Shades of Deep Magenta #C802CC
Tints of Deep Magenta #C802CC
RGB
CMYK
RGB Variations
Color information
#C802CC (or 0xC802CC) is known color: Deep Magenta. HEX triplet: C8, 02 and CC. RGB value is (200,2,204). Sum of RGB (Red+Green+Blue) = 200+2+204=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #C802CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802CC is #37FD33. Grayscale: #535353. Windows color (decimal): -3669300 or 13370056. OLE color: 13370056.
HSL color Cylindrical-coordinate representation of color #C802CC: hue angle of 298.81º 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 #C802CC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 2 | 204 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.2 |
| HSL | 298.81º | 0.98% | 0.4% | - |
| HSV(B) | 298.81º | 0.99% | 0.8% | - |
| XYZ | 34.74 | 16.68 | 58.52 | - |
| YUV | 84.23 | 195.6 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 204 | 0.02 | 0.99 | 0 | 0.2 | 298.81 | 0.98 | 0.4 |
| Hex | C8 | 2 | CC | 2 | 63 | 0 | 14 | 12B | 62 | 28 |
| Octal | 310 | 2 | 314 | 2 | 143 | 0 | 24 | 453 | 142 | 50 |
| Binary | 11001000 | 10 | 11001100 | 10 | 1100011 | 0 | 10100 | 100101011 | 1100010 | 101000 |
Color Harmonies of #C802CC
Complementary color
Monochromatic Colors of #C802CC
Black with #C802CC
Text Example
Text Example
White with #C802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802CC; }
p { color: rgb(200,2,204); }
H1.HeaderClassName
{
color: #C802CC;
}
.AnyTagClassName
{
color: #C802CC;
}
</style>
background-color css
<style>
a { background-color: #C802CC; }
a { background-color: rgb(200,2,204); }
div.DivClassName
{
background-color: #C802CC;
}
.BgClassName
{
background-color: #C802CC;
}
</style>
border-color css
<style>
span { border-color: #C802CC; }
span { border-color: rgb(200,2,204); }
td.TdClassName
{
border-color: #C802CC;
}
.TagClassName
{
border-color: #C802CC;
}
</style>