Shades of Deep Magenta #C802C1
Tints of Deep Magenta #C802C1
RGB
CMYK
RGB Variations
Color information
#C802C1 (or 0xC802C1) is known color: Deep Magenta. HEX triplet: C8, 02 and C1. RGB value is (200,2,193). Sum of RGB (Red+Green+Blue) = 200+2+193=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C802C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802C1 is #37FD3E. Grayscale: #525252. Windows color (decimal): -3669311 or 12649160. OLE color: 12649160.
HSL color Cylindrical-coordinate representation of color #C802C1: hue angle of 302.12º 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 #C802C1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.22 |
| HSL | 302.12º | 0.98% | 0.4% | - |
| HSV(B) | 302.12º | 0.99% | 0.78% | - |
| XYZ | 33.47 | 16.17 | 51.81 | - |
| YUV | 82.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 193 | 0 | 0.99 | 0.04 | 0.22 | 302.12 | 0.98 | 0.4 |
| Hex | C8 | 2 | C1 | 0 | 63 | 4 | 16 | 12E | 62 | 28 |
| Octal | 310 | 2 | 301 | 0 | 143 | 4 | 26 | 456 | 142 | 50 |
| Binary | 11001000 | 10 | 11000001 | 0 | 1100011 | 100 | 10110 | 100101110 | 1100010 | 101000 |
Color Harmonies of #C802C1
Complementary color
Monochromatic Colors of #C802C1
Black with #C802C1
Text Example
Text Example
White with #C802C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802C1; }
p { color: rgb(200,2,193); }
H1.HeaderClassName
{
color: #C802C1;
}
.AnyTagClassName
{
color: #C802C1;
}
</style>
background-color css
<style>
a { background-color: #C802C1; }
a { background-color: rgb(200,2,193); }
div.DivClassName
{
background-color: #C802C1;
}
.BgClassName
{
background-color: #C802C1;
}
</style>
border-color css
<style>
span { border-color: #C802C1; }
span { border-color: rgb(200,2,193); }
td.TdClassName
{
border-color: #C802C1;
}
.TagClassName
{
border-color: #C802C1;
}
</style>