#C90C79

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

Shades of Medium Violet Red #C90C79

Tints of Medium Violet Red #C90C79

Color information

#C90C79 (or 0xC90C79) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0C and 79. RGB value is (201,12,121). Sum of RGB (Red+Green+Blue) = 201+12+121=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C79 is #36F386. Grayscale: #505050. Windows color (decimal): -3601287 or 7933129. OLE color: 7933129.

HSL color Cylindrical-coordinate representation of color #C90C79: hue angle of 325.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C79 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20112121-
CMYK00.940.400.21
HSL325.4º88.73%41.76%-
HSV(B)325.4º94.03%78.82%-
XYZ27.6714.0619.34-
YUV80.94150.62213.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.18%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=60.18%
G=3.59%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011212100.940.400.21325.488.7341.76
HexC9C7905E2815145592a
Octal311141710136502550513152
Binary110010011100111100101011110101000101011010001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C79; }

 p { color: rgb(201,12,121); }

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

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

 a { background-color: rgb(201,12,121); }

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

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

 span { border-color: rgb(201,12,121); }

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