#C80DB6

Color #C80DB6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C80DB6

Tints of Deep Magenta #C80DB6

Color information

#C80DB6 (or 0xC80DB6) is unknown color: approx Deep Magenta. HEX triplet: C8, 0D and B6. RGB value is (200,13,182). Sum of RGB (Red+Green+Blue) = 200+13+182=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DB6 is #37F249. Grayscale: #575757. Windows color (decimal): -3666506 or 11931080. OLE color: 11931080.

HSL color Cylindrical-coordinate representation of color #C80DB6: hue angle of 305.78º 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 #C80DB6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB20013182-
CMYK00.940.090.22
HSL305.78º87.79%41.76%-
HSV(B)305.78º93.5%78.43%-
XYZ32.4115.9445.63-
YUV88.18180.95207.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 13 (5.47% from 255) = 3.29%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=50.63%
G=3.29%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001318200.940.090.22305.7887.7941.76
HexC8DB605E916132582a
Octal310152660136112646213052
Binary11001000110110110110010111101001101101001100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80DB6; }

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

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

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

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

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

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

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

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