Shades of Deep Magenta #C802DF
Tints of Deep Magenta #C802DF
RGB
CMYK
RGB Variations
Color information
#C802DF (or 0xC802DF) is known color: Deep Magenta. HEX triplet: C8, 02 and DF. RGB value is (200,2,223). Sum of RGB (Red+Green+Blue) = 200+2+223=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #C802DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802DF is #37FD20. Grayscale: #555555. Windows color (decimal): -3669281 or 14615240. OLE color: 14615240.
HSL color Cylindrical-coordinate representation of color #C802DF: hue angle of 293.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802DF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 2 | 223 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 293.76º | 0.98% | 0.44% | - |
| HSV(B) | 293.76º | 0.99% | 0.87% | - |
| XYZ | 37.16 | 17.65 | 71.26 | - |
| YUV | 86.4 | 205.1 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 223 | 0.10 | 0.99 | 0 | 0.13 | 293.76 | 0.98 | 0.44 |
| Hex | C8 | 2 | DF | A | 63 | 0 | D | 126 | 62 | 2C |
| Octal | 310 | 2 | 337 | 12 | 143 | 0 | 15 | 446 | 142 | 54 |
| Binary | 11001000 | 10 | 11011111 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100010 | 101100 |
Color Harmonies of #C802DF
Complementary color
Monochromatic Colors of #C802DF
Black with #C802DF
Text Example
Text Example
White with #C802DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802DF; }
p { color: rgb(200,2,223); }
H1.HeaderClassName
{
color: #C802DF;
}
.AnyTagClassName
{
color: #C802DF;
}
</style>
background-color css
<style>
a { background-color: #C802DF; }
a { background-color: rgb(200,2,223); }
div.DivClassName
{
background-color: #C802DF;
}
.BgClassName
{
background-color: #C802DF;
}
</style>
border-color css
<style>
span { border-color: #C802DF; }
span { border-color: rgb(200,2,223); }
td.TdClassName
{
border-color: #C802DF;
}
.TagClassName
{
border-color: #C802DF;
}
</style>