Shades of Deep Magenta #CD02D4
Tints of Deep Magenta #CD02D4
RGB
CMYK
RGB Variations
Color information
#CD02D4 (or 0xCD02D4) is known color: Deep Magenta. HEX triplet: CD, 02 and D4. RGB value is (205,2,212). Sum of RGB (Red+Green+Blue) = 205+2+212=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD02D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD02D4 is #32FD2B. Grayscale: #565656. Windows color (decimal): -3341612 or 13894349. OLE color: 13894349.
HSL color Cylindrical-coordinate representation of color #CD02D4: hue angle of 298º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD02D4 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 2 | 212 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.17 |
| HSL | 298º | 0.98% | 0.42% | - |
| HSV(B) | 298º | 0.99% | 0.83% | - |
| XYZ | 37.08 | 17.78 | 63.76 | - |
| YUV | 86.64 | 198.75 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 212 | 0.03 | 0.99 | 0 | 0.17 | 298 | 0.98 | 0.42 |
| Hex | CD | 2 | D4 | 3 | 63 | 0 | 11 | 12A | 62 | 2A |
| Octal | 315 | 2 | 324 | 3 | 143 | 0 | 21 | 452 | 142 | 52 |
| Binary | 11001101 | 10 | 11010100 | 11 | 1100011 | 0 | 10001 | 100101010 | 1100010 | 101010 |
Color Harmonies of #CD02D4
Complementary color
Monochromatic Colors of #CD02D4
Black with #CD02D4
Text Example
Text Example
White with #CD02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD02D4; }
p { color: rgb(205,2,212); }
H1.HeaderClassName
{
color: #CD02D4;
}
.AnyTagClassName
{
color: #CD02D4;
}
</style>
background-color css
<style>
a { background-color: #CD02D4; }
a { background-color: rgb(205,2,212); }
div.DivClassName
{
background-color: #CD02D4;
}
.BgClassName
{
background-color: #CD02D4;
}
</style>
border-color css
<style>
span { border-color: #CD02D4; }
span { border-color: rgb(205,2,212); }
td.TdClassName
{
border-color: #CD02D4;
}
.TagClassName
{
border-color: #CD02D4;
}
</style>