Shades of Deep Magenta #CD06CE
Tints of Deep Magenta #CD06CE
RGB
CMYK
RGB Variations
Color information
#CD06CE (or 0xCD06CE) is known color: Deep Magenta. HEX triplet: CD, 06 and CE. RGB value is (205,6,206). Sum of RGB (Red+Green+Blue) = 205+6+206=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06CE is #32F931. Grayscale: #575757. Windows color (decimal): -3340594 or 13502157. OLE color: 13502157.
HSL color Cylindrical-coordinate representation of color #CD06CE: hue angle of 299.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD06CE is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 6 | 206 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.19 |
| HSL | 299.7º | 0.94% | 0.42% | - |
| HSV(B) | 299.7º | 0.97% | 0.81% | - |
| XYZ | 36.38 | 17.57 | 59.87 | - |
| YUV | 88.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 206 | 0.00 | 0.97 | 0 | 0.19 | 299.7 | 0.94 | 0.42 |
| Hex | CD | 6 | CE | 0 | 61 | 0 | 13 | 12C | 5E | 2A |
| Octal | 315 | 6 | 316 | 0 | 141 | 0 | 23 | 454 | 136 | 52 |
| Binary | 11001101 | 110 | 11001110 | 0 | 1100001 | 0 | 10011 | 100101100 | 1011110 | 101010 |
Color Harmonies of #CD06CE
Complementary color
Monochromatic Colors of #CD06CE
Black with #CD06CE
Text Example
Text Example
White with #CD06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD06CE; }
p { color: rgb(205,6,206); }
H1.HeaderClassName
{
color: #CD06CE;
}
.AnyTagClassName
{
color: #CD06CE;
}
</style>
background-color css
<style>
a { background-color: #CD06CE; }
a { background-color: rgb(205,6,206); }
div.DivClassName
{
background-color: #CD06CE;
}
.BgClassName
{
background-color: #CD06CE;
}
</style>
border-color css
<style>
span { border-color: #CD06CE; }
span { border-color: rgb(205,6,206); }
td.TdClassName
{
border-color: #CD06CE;
}
.TagClassName
{
border-color: #CD06CE;
}
</style>