#C80D99

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

Shades of Medium Violet Red #C80D99

Tints of Medium Violet Red #C80D99

Color information

#C80D99 (or 0xC80D99) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0D and 99. RGB value is (200,13,153). Sum of RGB (Red+Green+Blue) = 200+13+153=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D99 is #37F266. Grayscale: #545454. Windows color (decimal): -3666535 or 10030536. OLE color: 10030536.

HSL color Cylindrical-coordinate representation of color #C80D99: hue angle of 315.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D99 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB20013153-
CMYK00.940.240.22
HSL315.08º87.79%41.76%-
HSV(B)315.08º93.5%78.43%-
XYZ29.7114.8731.44-
YUV84.87166.45210.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 13 (5.47% from 255) = 3.55%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=54.64%
G=3.55%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001315300.940.240.22315.0887.7941.76
HexC8D9905E181613b582a
Octal310152310136302647313052
Binary110010001101100110010101111011000101101001110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D99; }

 p { color: rgb(200,13,153); }

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

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

 a { background-color: rgb(200,13,153); }

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

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

 span { border-color: rgb(200,13,153); }

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