Shades of Deep Magenta #C802E0
Tints of Deep Magenta #C802E0
RGB
CMYK
RGB Variations
Color information
#C802E0 (or 0xC802E0) is known color: Deep Magenta. HEX triplet: C8, 02 and E0. RGB value is (200,2,224). Sum of RGB (Red+Green+Blue) = 200+2+224=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #C802E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802E0 is #37FD1F. Grayscale: #555555. Windows color (decimal): -3669280 or 14680776. OLE color: 14680776.
HSL color Cylindrical-coordinate representation of color #C802E0: hue angle of 293.51º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802E0 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 2 | 224 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.12 |
| HSL | 293.51º | 0.98% | 0.44% | - |
| HSV(B) | 293.51º | 0.99% | 0.88% | - |
| XYZ | 37.3 | 17.7 | 71.97 | - |
| YUV | 86.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 224 | 0.11 | 0.99 | 0 | 0.12 | 293.51 | 0.98 | 0.44 |
| Hex | C8 | 2 | E0 | B | 63 | 0 | C | 126 | 62 | 2C |
| Octal | 310 | 2 | 340 | 13 | 143 | 0 | 14 | 446 | 142 | 54 |
| Binary | 11001000 | 10 | 11100000 | 1011 | 1100011 | 0 | 1100 | 100100110 | 1100010 | 101100 |
Color Harmonies of #C802E0
Complementary color
Monochromatic Colors of #C802E0
Black with #C802E0
Text Example
Text Example
White with #C802E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802E0; }
p { color: rgb(200,2,224); }
H1.HeaderClassName
{
color: #C802E0;
}
.AnyTagClassName
{
color: #C802E0;
}
</style>
background-color css
<style>
a { background-color: #C802E0; }
a { background-color: rgb(200,2,224); }
div.DivClassName
{
background-color: #C802E0;
}
.BgClassName
{
background-color: #C802E0;
}
</style>
border-color css
<style>
span { border-color: #C802E0; }
span { border-color: rgb(200,2,224); }
td.TdClassName
{
border-color: #C802E0;
}
.TagClassName
{
border-color: #C802E0;
}
</style>