Shades of Deep Magenta #C802CB
Tints of Deep Magenta #C802CB
RGB
CMYK
RGB Variations
Color information
#C802CB (or 0xC802CB) is known color: Deep Magenta. HEX triplet: C8, 02 and CB. RGB value is (200,2,203). Sum of RGB (Red+Green+Blue) = 200+2+203=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C802CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802CB is #37FD34. Grayscale: #535353. Windows color (decimal): -3669301 or 13304520. OLE color: 13304520.
HSL color Cylindrical-coordinate representation of color #C802CB: hue angle of 299.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802CB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 2 | 203 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.20 |
| HSL | 299.1º | 0.98% | 0.4% | - |
| HSV(B) | 299.1º | 0.99% | 0.8% | - |
| XYZ | 34.62 | 16.63 | 57.89 | - |
| YUV | 84.12 | 195.1 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 203 | 0.01 | 0.99 | 0 | 0.20 | 299.1 | 0.98 | 0.4 |
| Hex | C8 | 2 | CB | 1 | 63 | 0 | 14 | 12B | 62 | 28 |
| Octal | 310 | 2 | 313 | 1 | 143 | 0 | 24 | 453 | 142 | 50 |
| Binary | 11001000 | 10 | 11001011 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100010 | 101000 |
Color Harmonies of #C802CB
Complementary color
Monochromatic Colors of #C802CB
Black with #C802CB
Text Example
Text Example
White with #C802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802CB; }
p { color: rgb(200,2,203); }
H1.HeaderClassName
{
color: #C802CB;
}
.AnyTagClassName
{
color: #C802CB;
}
</style>
background-color css
<style>
a { background-color: #C802CB; }
a { background-color: rgb(200,2,203); }
div.DivClassName
{
background-color: #C802CB;
}
.BgClassName
{
background-color: #C802CB;
}
</style>
border-color css
<style>
span { border-color: #C802CB; }
span { border-color: rgb(200,2,203); }
td.TdClassName
{
border-color: #C802CB;
}
.TagClassName
{
border-color: #C802CB;
}
</style>