#C90F80

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

Shades of Medium Violet Red #C90F80

Tints of Medium Violet Red #C90F80

Color information

#C90F80 (or 0xC90F80) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0F and 80. RGB value is (201,15,128). Sum of RGB (Red+Green+Blue) = 201+15+128=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90F80 is #36F07F. Grayscale: #535353. Windows color (decimal): -3600512 or 8392649. OLE color: 8392649.

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

Color convert

RGB20115128-
CMYK00.930.360.21
HSL323.55º86.11%42.35%-
HSV(B)323.55º92.54%78.82%-
XYZ28.1514.3221.7-
YUV83.5153.12211.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.43%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=58.43%
G=4.36%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011512800.930.360.21323.5586.1142.35
HexC9F8005D2415144562a
Octal311172000135442550412652
Binary1100100111111000000001011101100100101011010001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F80; }

 p { color: rgb(201,15,128); }

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

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

 a { background-color: rgb(201,15,128); }

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

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

 span { border-color: rgb(201,15,128); }

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