Shades of Deep Magenta #CD03C8
Tints of Deep Magenta #CD03C8
RGB
CMYK
RGB Variations
Color information
#CD03C8 (or 0xCD03C8) is known color: Deep Magenta. HEX triplet: CD, 03 and C8. RGB value is (205,3,200). Sum of RGB (Red+Green+Blue) = 205+3+200=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD03C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD03C8 is #32FC37. Grayscale: #555555. Windows color (decimal): -3341368 or 13108173. OLE color: 13108173.
HSL color Cylindrical-coordinate representation of color #CD03C8: hue angle of 301.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD03C8 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 200 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.20 |
| HSL | 301.49º | 0.97% | 0.41% | - |
| HSV(B) | 301.49º | 0.99% | 0.8% | - |
| XYZ | 35.63 | 17.21 | 56.09 | - |
| YUV | 85.86 | 192.42 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 200 | 0 | 0.99 | 0.02 | 0.20 | 301.49 | 0.97 | 0.41 |
| Hex | CD | 3 | C8 | 0 | 63 | 2 | 14 | 12D | 61 | 29 |
| Octal | 315 | 3 | 310 | 0 | 143 | 2 | 24 | 455 | 141 | 51 |
| Binary | 11001101 | 11 | 11001000 | 0 | 1100011 | 10 | 10100 | 100101101 | 1100001 | 101001 |
Color Harmonies of #CD03C8
Complementary color
Monochromatic Colors of #CD03C8
Black with #CD03C8
Text Example
Text Example
White with #CD03C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD03C8; }
p { color: rgb(205,3,200); }
H1.HeaderClassName
{
color: #CD03C8;
}
.AnyTagClassName
{
color: #CD03C8;
}
</style>
background-color css
<style>
a { background-color: #CD03C8; }
a { background-color: rgb(205,3,200); }
div.DivClassName
{
background-color: #CD03C8;
}
.BgClassName
{
background-color: #CD03C8;
}
</style>
border-color css
<style>
span { border-color: #CD03C8; }
span { border-color: rgb(205,3,200); }
td.TdClassName
{
border-color: #CD03C8;
}
.TagClassName
{
border-color: #CD03C8;
}
</style>