Shades of Deep Magenta #CD08CE
Tints of Deep Magenta #CD08CE
RGB
CMYK
RGB Variations
Color information
#CD08CE (or 0xCD08CE) is known color: Deep Magenta. HEX triplet: CD, 08 and CE. RGB value is (205,8,206). Sum of RGB (Red+Green+Blue) = 205+8+206=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08CE is #32F731. Grayscale: #585858. Windows color (decimal): -3340082 or 13502669. OLE color: 13502669.
HSL color Cylindrical-coordinate representation of color #CD08CE: hue angle of 299.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08CE is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 8 | 206 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.19 |
| HSL | 299.7º | 0.93% | 0.42% | - |
| HSV(B) | 299.7º | 0.96% | 0.81% | - |
| XYZ | 36.4 | 17.61 | 59.87 | - |
| YUV | 89.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 206 | 0.00 | 0.96 | 0 | 0.19 | 299.7 | 0.93 | 0.42 |
| Hex | CD | 8 | CE | 0 | 60 | 0 | 13 | 12C | 5D | 2A |
| Octal | 315 | 10 | 316 | 0 | 140 | 0 | 23 | 454 | 135 | 52 |
| Binary | 11001101 | 1000 | 11001110 | 0 | 1100000 | 0 | 10011 | 100101100 | 1011101 | 101010 |
Color Harmonies of #CD08CE
Complementary color
Monochromatic Colors of #CD08CE
Black with #CD08CE
Text Example
Text Example
White with #CD08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08CE; }
p { color: rgb(205,8,206); }
H1.HeaderClassName
{
color: #CD08CE;
}
.AnyTagClassName
{
color: #CD08CE;
}
</style>
background-color css
<style>
a { background-color: #CD08CE; }
a { background-color: rgb(205,8,206); }
div.DivClassName
{
background-color: #CD08CE;
}
.BgClassName
{
background-color: #CD08CE;
}
</style>
border-color css
<style>
span { border-color: #CD08CE; }
span { border-color: rgb(205,8,206); }
td.TdClassName
{
border-color: #CD08CE;
}
.TagClassName
{
border-color: #CD08CE;
}
</style>