Shades of Deep Magenta #CD08A8
Tints of Deep Magenta #CD08A8
RGB
CMYK
RGB Variations
Color information
#CD08A8 (or 0xCD08A8) is known color: Deep Magenta. HEX triplet: CD, 08 and A8. RGB value is (205,8,168). Sum of RGB (Red+Green+Blue) = 205+8+168=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD08A8 is #32F757. Grayscale: #545454. Windows color (decimal): -3340120 or 11012301. OLE color: 11012301.
HSL color Cylindrical-coordinate representation of color #CD08A8: hue angle of 311.27º 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 #CD08A8 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 168 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.20 |
| HSL | 311.27º | 0.92% | 0.42% | - |
| HSV(B) | 311.27º | 0.96% | 0.8% | - |
| XYZ | 32.33 | 15.98 | 38.43 | - |
| YUV | 85.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 168 | 0 | 0.96 | 0.18 | 0.20 | 311.27 | 0.92 | 0.42 |
| Hex | CD | 8 | A8 | 0 | 60 | 12 | 14 | 137 | 5C | 2A |
| Octal | 315 | 10 | 250 | 0 | 140 | 22 | 24 | 467 | 134 | 52 |
| Binary | 11001101 | 1000 | 10101000 | 0 | 1100000 | 10010 | 10100 | 100110111 | 1011100 | 101010 |
Color Harmonies of #CD08A8
Complementary color
Monochromatic Colors of #CD08A8
Black with #CD08A8
Text Example
Text Example
White with #CD08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08A8; }
p { color: rgb(205,8,168); }
H1.HeaderClassName
{
color: #CD08A8;
}
.AnyTagClassName
{
color: #CD08A8;
}
</style>
background-color css
<style>
a { background-color: #CD08A8; }
a { background-color: rgb(205,8,168); }
div.DivClassName
{
background-color: #CD08A8;
}
.BgClassName
{
background-color: #CD08A8;
}
</style>
border-color css
<style>
span { border-color: #CD08A8; }
span { border-color: rgb(205,8,168); }
td.TdClassName
{
border-color: #CD08A8;
}
.TagClassName
{
border-color: #CD08A8;
}
</style>