Shades of Deep Magenta #CD08C6
Tints of Deep Magenta #CD08C6
RGB
CMYK
RGB Variations
Color information
#CD08C6 (or 0xCD08C6) is known color: Deep Magenta. HEX triplet: CD, 08 and C6. RGB value is (205,8,198). Sum of RGB (Red+Green+Blue) = 205+8+198=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08C6 is #32F739. Grayscale: #585858. Windows color (decimal): -3340090 or 12978381. OLE color: 12978381.
HSL color Cylindrical-coordinate representation of color #CD08C6: hue angle of 302.13º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08C6 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 198 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.20 |
| HSL | 302.13º | 0.92% | 0.42% | - |
| HSV(B) | 302.13º | 0.96% | 0.8% | - |
| XYZ | 35.46 | 17.23 | 54.88 | - |
| YUV | 88.56 | 189.77 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 198 | 0 | 0.96 | 0.03 | 0.20 | 302.13 | 0.92 | 0.42 |
| Hex | CD | 8 | C6 | 0 | 60 | 3 | 14 | 12E | 5C | 2A |
| Octal | 315 | 10 | 306 | 0 | 140 | 3 | 24 | 456 | 134 | 52 |
| Binary | 11001101 | 1000 | 11000110 | 0 | 1100000 | 11 | 10100 | 100101110 | 1011100 | 101010 |
Color Harmonies of #CD08C6
Complementary color
Monochromatic Colors of #CD08C6
Black with #CD08C6
Text Example
Text Example
White with #CD08C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08C6; }
p { color: rgb(205,8,198); }
H1.HeaderClassName
{
color: #CD08C6;
}
.AnyTagClassName
{
color: #CD08C6;
}
</style>
background-color css
<style>
a { background-color: #CD08C6; }
a { background-color: rgb(205,8,198); }
div.DivClassName
{
background-color: #CD08C6;
}
.BgClassName
{
background-color: #CD08C6;
}
</style>
border-color css
<style>
span { border-color: #CD08C6; }
span { border-color: rgb(205,8,198); }
td.TdClassName
{
border-color: #CD08C6;
}
.TagClassName
{
border-color: #CD08C6;
}
</style>