Shades of Deep Magenta #C802C0
Tints of Deep Magenta #C802C0
RGB
CMYK
RGB Variations
Color information
#C802C0 (or 0xC802C0) is known color: Deep Magenta. HEX triplet: C8, 02 and C0. RGB value is (200,2,192). Sum of RGB (Red+Green+Blue) = 200+2+192=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C0 is #37FD3F. Grayscale: #525252. Windows color (decimal): -3669312 or 12583624. OLE color: 12583624.
HSL color Cylindrical-coordinate representation of color #C802C0: hue angle of 302.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802C0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.22 |
| HSL | 302.42º | 0.98% | 0.4% | - |
| HSV(B) | 302.42º | 0.99% | 0.78% | - |
| XYZ | 33.36 | 16.13 | 51.22 | - |
| YUV | 82.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 192 | 0 | 0.99 | 0.04 | 0.22 | 302.42 | 0.98 | 0.4 |
| Hex | C8 | 2 | C0 | 0 | 63 | 4 | 16 | 12E | 62 | 28 |
| Octal | 310 | 2 | 300 | 0 | 143 | 4 | 26 | 456 | 142 | 50 |
| Binary | 11001000 | 10 | 11000000 | 0 | 1100011 | 100 | 10110 | 100101110 | 1100010 | 101000 |
Color Harmonies of #C802C0
Complementary color
Monochromatic Colors of #C802C0
Black with #C802C0
Text Example
Text Example
White with #C802C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802C0; }
p { color: rgb(200,2,192); }
H1.HeaderClassName
{
color: #C802C0;
}
.AnyTagClassName
{
color: #C802C0;
}
</style>
background-color css
<style>
a { background-color: #C802C0; }
a { background-color: rgb(200,2,192); }
div.DivClassName
{
background-color: #C802C0;
}
.BgClassName
{
background-color: #C802C0;
}
</style>
border-color css
<style>
span { border-color: #C802C0; }
span { border-color: rgb(200,2,192); }
td.TdClassName
{
border-color: #C802C0;
}
.TagClassName
{
border-color: #C802C0;
}
</style>