Shades of Deep Magenta #C002DD
Tints of Deep Magenta #C002DD
RGB
CMYK
RGB Variations
Color information
#C002DD (or 0xC002DD) is known color: Deep Magenta. HEX triplet: C0, 02 and DD. RGB value is (192,2,221). Sum of RGB (Red+Green+Blue) = 192+2+221=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #C002DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002DD is #3FFD22. Grayscale: #535353. Windows color (decimal): -4193571 or 14484160. OLE color: 14484160.
HSL color Cylindrical-coordinate representation of color #C002DD: hue angle of 292.05º 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 #C002DD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 2 | 221 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.13 |
| HSL | 292.05º | 0.98% | 0.44% | - |
| HSV(B) | 292.05º | 0.99% | 0.87% | - |
| XYZ | 34.81 | 16.47 | 69.75 | - |
| YUV | 83.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 221 | 0.13 | 0.99 | 0 | 0.13 | 292.05 | 0.98 | 0.44 |
| Hex | C0 | 2 | DD | D | 63 | 0 | D | 124 | 62 | 2C |
| Octal | 300 | 2 | 335 | 15 | 143 | 0 | 15 | 444 | 142 | 54 |
| Binary | 11000000 | 10 | 11011101 | 1101 | 1100011 | 0 | 1101 | 100100100 | 1100010 | 101100 |
Color Harmonies of #C002DD
Complementary color
Monochromatic Colors of #C002DD
Black with #C002DD
Text Example
Text Example
White with #C002DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C002DD; }
p { color: rgb(192,2,221); }
H1.HeaderClassName
{
color: #C002DD;
}
.AnyTagClassName
{
color: #C002DD;
}
</style>
background-color css
<style>
a { background-color: #C002DD; }
a { background-color: rgb(192,2,221); }
div.DivClassName
{
background-color: #C002DD;
}
.BgClassName
{
background-color: #C002DD;
}
</style>
border-color css
<style>
span { border-color: #C002DD; }
span { border-color: rgb(192,2,221); }
td.TdClassName
{
border-color: #C002DD;
}
.TagClassName
{
border-color: #C002DD;
}
</style>