Shades of Deep Magenta #CD02E3
Tints of Deep Magenta #CD02E3
RGB
CMYK
RGB Variations
Color information
#CD02E3 (or 0xCD02E3) is known color: Deep Magenta. HEX triplet: CD, 02 and E3. RGB value is (205,2,227). Sum of RGB (Red+Green+Blue) = 205+2+227=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD02E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD02E3 is #32FD1C. Grayscale: #575757. Windows color (decimal): -3341597 or 14877389. OLE color: 14877389.
HSL color Cylindrical-coordinate representation of color #CD02E3: hue angle of 294.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD02E3 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 2 | 227 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.11 |
| HSL | 294.13º | 0.98% | 0.45% | - |
| HSV(B) | 294.13º | 0.99% | 0.89% | - |
| XYZ | 39.06 | 18.57 | 74.2 | - |
| YUV | 88.35 | 206.25 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 227 | 0.10 | 0.99 | 0 | 0.11 | 294.13 | 0.98 | 0.45 |
| Hex | CD | 2 | E3 | A | 63 | 0 | B | 126 | 62 | 2D |
| Octal | 315 | 2 | 343 | 12 | 143 | 0 | 13 | 446 | 142 | 55 |
| Binary | 11001101 | 10 | 11100011 | 1010 | 1100011 | 0 | 1011 | 100100110 | 1100010 | 101101 |
Color Harmonies of #CD02E3
Complementary color
Monochromatic Colors of #CD02E3
Black with #CD02E3
Text Example
Text Example
White with #CD02E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD02E3; }
p { color: rgb(205,2,227); }
H1.HeaderClassName
{
color: #CD02E3;
}
.AnyTagClassName
{
color: #CD02E3;
}
</style>
background-color css
<style>
a { background-color: #CD02E3; }
a { background-color: rgb(205,2,227); }
div.DivClassName
{
background-color: #CD02E3;
}
.BgClassName
{
background-color: #CD02E3;
}
</style>
border-color css
<style>
span { border-color: #CD02E3; }
span { border-color: rgb(205,2,227); }
td.TdClassName
{
border-color: #CD02E3;
}
.TagClassName
{
border-color: #CD02E3;
}
</style>