Shades of Deep Magenta #C80ECB
Tints of Deep Magenta #C80ECB
RGB
CMYK
RGB Variations
Color information
#C80ECB (or 0xC80ECB) is known color: Deep Magenta. HEX triplet: C8, 0E and CB. RGB value is (200,14,203). Sum of RGB (Red+Green+Blue) = 200+14+203=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #C80ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECB is #37F134. Grayscale: #5A5A5A. Windows color (decimal): -3666229 or 13307592. OLE color: 13307592.
HSL color Cylindrical-coordinate representation of color #C80ECB: hue angle of 299.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80ECB is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 14 | 203 | - |
CMYK | 0.01 | 0.93 | 0 | 0.20 |
HSL | 299.05º | 0.87% | 0.43% | - |
HSV(B) | 299.05º | 0.93% | 0.8% | - |
XYZ | 34.76 | 16.91 | 57.93 | - |
YUV | 91.16 | 191.12 | 205.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 14 | 203 | 0.01 | 0.93 | 0 | 0.20 | 299.05 | 0.87 | 0.43 |
Hex | C8 | E | CB | 1 | 5D | 0 | 14 | 12B | 57 | 2B |
Octal | 310 | 16 | 313 | 1 | 135 | 0 | 24 | 453 | 127 | 53 |
Binary | 11001000 | 1110 | 11001011 | 1 | 1011101 | 0 | 10100 | 100101011 | 1010111 | 101011 |
Color Harmonies of #C80ECB
Complementary color
Monochromatic Colors of #C80ECB
Black with #C80ECB
Text Example
Text Example
White with #C80ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80ECB; }
p { color: rgb(200,14,203); }
H1.HeaderClassName
{
color: #C80ECB;
}
.AnyTagClassName
{
color: #C80ECB;
}
</style>
background-color css
<style>
a { background-color: #C80ECB; }
a { background-color: rgb(200,14,203); }
div.DivClassName
{
background-color: #C80ECB;
}
.BgClassName
{
background-color: #C80ECB;
}
</style>
border-color css
<style>
span { border-color: #C80ECB; }
span { border-color: rgb(200,14,203); }
td.TdClassName
{
border-color: #C80ECB;
}
.TagClassName
{
border-color: #C80ECB;
}
</style>