Shades of Deep Magenta #CD08C2
Tints of Deep Magenta #CD08C2
RGB
CMYK
RGB Variations
Color information
#CD08C2 (or 0xCD08C2) is known color: Deep Magenta. HEX triplet: CD, 08 and C2. RGB value is (205,8,194). Sum of RGB (Red+Green+Blue) = 205+8+194=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD08C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08C2 is #32F73D. Grayscale: #575757. Windows color (decimal): -3340094 or 12716237. OLE color: 12716237.
HSL color Cylindrical-coordinate representation of color #CD08C2: hue angle of 303.35º 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 #CD08C2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 194 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.20 |
| HSL | 303.35º | 0.92% | 0.42% | - |
| HSV(B) | 303.35º | 0.96% | 0.8% | - |
| XYZ | 35 | 17.05 | 52.48 | - |
| YUV | 88.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 194 | 0 | 0.96 | 0.05 | 0.20 | 303.35 | 0.92 | 0.42 |
| Hex | CD | 8 | C2 | 0 | 60 | 5 | 14 | 12F | 5C | 2A |
| Octal | 315 | 10 | 302 | 0 | 140 | 5 | 24 | 457 | 134 | 52 |
| Binary | 11001101 | 1000 | 11000010 | 0 | 1100000 | 101 | 10100 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CD08C2
Complementary color
Monochromatic Colors of #CD08C2
Black with #CD08C2
Text Example
Text Example
White with #CD08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08C2; }
p { color: rgb(205,8,194); }
H1.HeaderClassName
{
color: #CD08C2;
}
.AnyTagClassName
{
color: #CD08C2;
}
</style>
background-color css
<style>
a { background-color: #CD08C2; }
a { background-color: rgb(205,8,194); }
div.DivClassName
{
background-color: #CD08C2;
}
.BgClassName
{
background-color: #CD08C2;
}
</style>
border-color css
<style>
span { border-color: #CD08C2; }
span { border-color: rgb(205,8,194); }
td.TdClassName
{
border-color: #CD08C2;
}
.TagClassName
{
border-color: #CD08C2;
}
</style>