#C22485

Color #C22485 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C22485

Tints of Medium Violet Red #C22485

Color information

#C22485 (or 0xC22485) is unknown color: approx Medium Violet Red. HEX triplet: C2, 24 and 85. RGB value is (194,36,133). Sum of RGB (Red+Green+Blue) = 194+36+133=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C22485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22485 is #3DDB7A. Grayscale: #5E5E5E. Windows color (decimal): -4053883 or 8725698. OLE color: 8725698.

HSL color Cylindrical-coordinate representation of color #C22485: hue angle of 323.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22485 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19436133-
CMYK00.810.310.24
HSL323.16º68.7%45.1%-
HSV(B)323.16º81.44%76.08%-
XYZ27.1114.4223.55-
YUV94.3149.85199.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 36 (14.45% from 255) = 9.92%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=53.44%
G=9.92%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943613300.810.310.24323.1668.745.1
HexC224850511F18143452d
Octal302442050121373050310555
Binary11000010100100100001010101000111111110001010000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22485; }

 p { color: rgb(194,36,133); }

 H1.HeaderClassName
 {
   color: #C22485;
 }
 .AnyTagClassName
 {
   color: #C22485;
 }
</style>
background-color css

<style>
 a { background-color: #C22485; }

 a { background-color: rgb(194,36,133); }

 div.DivClassName
 {
   background-color: #C22485;
 }
 .BgClassName
 {
   background-color: #C22485;
 }
</style>
border-color css

<style>
 span { border-color: #C22485; }

 span { border-color: rgb(194,36,133); }

 td.TdClassName
 {
   border-color: #C22485;
 }
 .TagClassName
 {
   border-color: #C22485;
 }
</style>