Shades of Deep Magenta #CD06C8
Tints of Deep Magenta #CD06C8
RGB
CMYK
RGB Variations
Color information
#CD06C8 (or 0xCD06C8) is known color: Deep Magenta. HEX triplet: CD, 06 and C8. RGB value is (205,6,200). Sum of RGB (Red+Green+Blue) = 205+6+200=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06C8 is #32F937. Grayscale: #575757. Windows color (decimal): -3340600 or 13108941. OLE color: 13108941.
HSL color Cylindrical-coordinate representation of color #CD06C8: hue angle of 301.51º 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 #CD06C8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.20 |
| HSL | 301.51º | 0.94% | 0.41% | - |
| HSV(B) | 301.51º | 0.97% | 0.8% | - |
| XYZ | 35.67 | 17.28 | 56.1 | - |
| YUV | 87.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 200 | 0 | 0.97 | 0.02 | 0.20 | 301.51 | 0.94 | 0.41 |
| Hex | CD | 6 | C8 | 0 | 61 | 2 | 14 | 12E | 5E | 29 |
| Octal | 315 | 6 | 310 | 0 | 141 | 2 | 24 | 456 | 136 | 51 |
| Binary | 11001101 | 110 | 11001000 | 0 | 1100001 | 10 | 10100 | 100101110 | 1011110 | 101001 |
Color Harmonies of #CD06C8
Complementary color
Monochromatic Colors of #CD06C8
Black with #CD06C8
Text Example
Text Example
White with #CD06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD06C8; }
p { color: rgb(205,6,200); }
H1.HeaderClassName
{
color: #CD06C8;
}
.AnyTagClassName
{
color: #CD06C8;
}
</style>
background-color css
<style>
a { background-color: #CD06C8; }
a { background-color: rgb(205,6,200); }
div.DivClassName
{
background-color: #CD06C8;
}
.BgClassName
{
background-color: #CD06C8;
}
</style>
border-color css
<style>
span { border-color: #CD06C8; }
span { border-color: rgb(205,6,200); }
td.TdClassName
{
border-color: #CD06C8;
}
.TagClassName
{
border-color: #CD06C8;
}
</style>