Shades of Deep Magenta #CD03E5
Tints of Deep Magenta #CD03E5
RGB
CMYK
RGB Variations
Color information
#CD03E5 (or 0xCD03E5) is known color: Deep Magenta. HEX triplet: CD, 03 and E5. RGB value is (205,3,229). Sum of RGB (Red+Green+Blue) = 205+3+229=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD03E5 is #32FC1A. Grayscale: #585858. Windows color (decimal): -3341339 or 15008717. OLE color: 15008717.
HSL color Cylindrical-coordinate representation of color #CD03E5: hue angle of 293.63º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD03E5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 3 | 229 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.10 |
| HSL | 293.63º | 0.97% | 0.45% | - |
| HSV(B) | 293.63º | 0.99% | 0.9% | - |
| XYZ | 39.35 | 18.7 | 75.66 | - |
| YUV | 89.16 | 206.92 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 229 | 0.10 | 0.99 | 0 | 0.10 | 293.63 | 0.97 | 0.45 |
| Hex | CD | 3 | E5 | A | 63 | 0 | A | 126 | 61 | 2D |
| Octal | 315 | 3 | 345 | 12 | 143 | 0 | 12 | 446 | 141 | 55 |
| Binary | 11001101 | 11 | 11100101 | 1010 | 1100011 | 0 | 1010 | 100100110 | 1100001 | 101101 |
Color Harmonies of #CD03E5
Complementary color
Monochromatic Colors of #CD03E5
Black with #CD03E5
Text Example
Text Example
White with #CD03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD03E5; }
p { color: rgb(205,3,229); }
H1.HeaderClassName
{
color: #CD03E5;
}
.AnyTagClassName
{
color: #CD03E5;
}
</style>
background-color css
<style>
a { background-color: #CD03E5; }
a { background-color: rgb(205,3,229); }
div.DivClassName
{
background-color: #CD03E5;
}
.BgClassName
{
background-color: #CD03E5;
}
</style>
border-color css
<style>
span { border-color: #CD03E5; }
span { border-color: rgb(205,3,229); }
td.TdClassName
{
border-color: #CD03E5;
}
.TagClassName
{
border-color: #CD03E5;
}
</style>