Shades of Deep Magenta #CD06A8
Tints of Deep Magenta #CD06A8
RGB
CMYK
RGB Variations
Color information
#CD06A8 (or 0xCD06A8) is known color: Deep Magenta. HEX triplet: CD, 06 and A8. RGB value is (205,6,168). Sum of RGB (Red+Green+Blue) = 205+6+168=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD06A8 is #32F957. Grayscale: #535353. Windows color (decimal): -3340632 or 11011789. OLE color: 11011789.
HSL color Cylindrical-coordinate representation of color #CD06A8: hue angle of 311.16º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.20 |
| HSL | 311.16º | 0.94% | 0.41% | - |
| HSV(B) | 311.16º | 0.97% | 0.8% | - |
| XYZ | 32.31 | 15.94 | 38.42 | - |
| YUV | 83.97 | 175.43 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 168 | 0 | 0.97 | 0.18 | 0.20 | 311.16 | 0.94 | 0.41 |
| Hex | CD | 6 | A8 | 0 | 61 | 12 | 14 | 137 | 5E | 29 |
| Octal | 315 | 6 | 250 | 0 | 141 | 22 | 24 | 467 | 136 | 51 |
| Binary | 11001101 | 110 | 10101000 | 0 | 1100001 | 10010 | 10100 | 100110111 | 1011110 | 101001 |
Color Harmonies of #CD06A8
Complementary color
Monochromatic Colors of #CD06A8
Black with #CD06A8
Text Example
Text Example
White with #CD06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD06A8; }
p { color: rgb(205,6,168); }
H1.HeaderClassName
{
color: #CD06A8;
}
.AnyTagClassName
{
color: #CD06A8;
}
</style>
background-color css
<style>
a { background-color: #CD06A8; }
a { background-color: rgb(205,6,168); }
div.DivClassName
{
background-color: #CD06A8;
}
.BgClassName
{
background-color: #CD06A8;
}
</style>
border-color css
<style>
span { border-color: #CD06A8; }
span { border-color: rgb(205,6,168); }
td.TdClassName
{
border-color: #CD06A8;
}
.TagClassName
{
border-color: #CD06A8;
}
</style>