Shades of Deep Magenta #CD08DF
Tints of Deep Magenta #CD08DF
RGB
CMYK
RGB Variations
Color information
#CD08DF (or 0xCD08DF) is known color: Deep Magenta. HEX triplet: CD, 08 and DF. RGB value is (205,8,223). Sum of RGB (Red+Green+Blue) = 205+8+223=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08DF is #32F720. Grayscale: #5A5A5A. Windows color (decimal): -3340065 or 14616781. OLE color: 14616781.
HSL color Cylindrical-coordinate representation of color #CD08DF: hue angle of 294.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08DF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 8 | 223 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.13 |
| HSL | 294.98º | 0.93% | 0.45% | - |
| HSV(B) | 294.98º | 0.96% | 0.87% | - |
| XYZ | 38.58 | 18.48 | 71.35 | - |
| YUV | 91.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 223 | 0.08 | 0.96 | 0 | 0.13 | 294.98 | 0.93 | 0.45 |
| Hex | CD | 8 | DF | 8 | 60 | 0 | D | 127 | 5D | 2D |
| Octal | 315 | 10 | 337 | 10 | 140 | 0 | 15 | 447 | 135 | 55 |
| Binary | 11001101 | 1000 | 11011111 | 1000 | 1100000 | 0 | 1101 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CD08DF
Complementary color
Monochromatic Colors of #CD08DF
Black with #CD08DF
Text Example
Text Example
White with #CD08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08DF; }
p { color: rgb(205,8,223); }
H1.HeaderClassName
{
color: #CD08DF;
}
.AnyTagClassName
{
color: #CD08DF;
}
</style>
background-color css
<style>
a { background-color: #CD08DF; }
a { background-color: rgb(205,8,223); }
div.DivClassName
{
background-color: #CD08DF;
}
.BgClassName
{
background-color: #CD08DF;
}
</style>
border-color css
<style>
span { border-color: #CD08DF; }
span { border-color: rgb(205,8,223); }
td.TdClassName
{
border-color: #CD08DF;
}
.TagClassName
{
border-color: #CD08DF;
}
</style>