Shades of Deep Magenta #CD08C8
Tints of Deep Magenta #CD08C8
RGB
CMYK
RGB Variations
Color information
#CD08C8 (or 0xCD08C8) is known color: Deep Magenta. HEX triplet: CD, 08 and C8. RGB value is (205,8,200). Sum of RGB (Red+Green+Blue) = 205+8+200=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08C8 is #32F737. Grayscale: #585858. Windows color (decimal): -3340088 or 13109453. OLE color: 13109453.
HSL color Cylindrical-coordinate representation of color #CD08C8: hue angle of 301.52º 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 #CD08C8 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.20 |
| HSL | 301.52º | 0.92% | 0.42% | - |
| HSV(B) | 301.52º | 0.96% | 0.8% | - |
| XYZ | 35.69 | 17.32 | 56.11 | - |
| YUV | 88.79 | 190.77 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 200 | 0 | 0.96 | 0.02 | 0.20 | 301.52 | 0.92 | 0.42 |
| Hex | CD | 8 | C8 | 0 | 60 | 2 | 14 | 12E | 5C | 2A |
| Octal | 315 | 10 | 310 | 0 | 140 | 2 | 24 | 456 | 134 | 52 |
| Binary | 11001101 | 1000 | 11001000 | 0 | 1100000 | 10 | 10100 | 100101110 | 1011100 | 101010 |
Color Harmonies of #CD08C8
Complementary color
Monochromatic Colors of #CD08C8
Black with #CD08C8
Text Example
Text Example
White with #CD08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08C8; }
p { color: rgb(205,8,200); }
H1.HeaderClassName
{
color: #CD08C8;
}
.AnyTagClassName
{
color: #CD08C8;
}
</style>
background-color css
<style>
a { background-color: #CD08C8; }
a { background-color: rgb(205,8,200); }
div.DivClassName
{
background-color: #CD08C8;
}
.BgClassName
{
background-color: #CD08C8;
}
</style>
border-color css
<style>
span { border-color: #CD08C8; }
span { border-color: rgb(205,8,200); }
td.TdClassName
{
border-color: #CD08C8;
}
.TagClassName
{
border-color: #CD08C8;
}
</style>