Shades of Deep Magenta #CD08CF
Tints of Deep Magenta #CD08CF
RGB
CMYK
RGB Variations
Color information
#CD08CF (or 0xCD08CF) is known color: Deep Magenta. HEX triplet: CD, 08 and CF. RGB value is (205,8,207). Sum of RGB (Red+Green+Blue) = 205+8+207=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD08CF is #32F730. Grayscale: #585858. Windows color (decimal): -3340081 or 13568205. OLE color: 13568205.
HSL color Cylindrical-coordinate representation of color #CD08CF: hue angle of 299.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD08CF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 8 | 207 | - |
CMYK | 0.01 | 0.96 | 0 | 0.19 |
HSL | 299.4º | 0.93% | 0.42% | - |
HSV(B) | 299.4º | 0.96% | 0.81% | - |
XYZ | 36.53 | 17.66 | 60.51 | - |
YUV | 89.59 | 194.27 | 210.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 8 | 207 | 0.01 | 0.96 | 0 | 0.19 | 299.4 | 0.93 | 0.42 |
Hex | CD | 8 | CF | 1 | 60 | 0 | 13 | 12B | 5D | 2A |
Octal | 315 | 10 | 317 | 1 | 140 | 0 | 23 | 453 | 135 | 52 |
Binary | 11001101 | 1000 | 11001111 | 1 | 1100000 | 0 | 10011 | 100101011 | 1011101 | 101010 |
Color Harmonies of #CD08CF
Complementary color
Monochromatic Colors of #CD08CF
Black with #CD08CF
Text Example
Text Example
White with #CD08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD08CF; }
p { color: rgb(205,8,207); }
H1.HeaderClassName
{
color: #CD08CF;
}
.AnyTagClassName
{
color: #CD08CF;
}
</style>
background-color css
<style>
a { background-color: #CD08CF; }
a { background-color: rgb(205,8,207); }
div.DivClassName
{
background-color: #CD08CF;
}
.BgClassName
{
background-color: #CD08CF;
}
</style>
border-color css
<style>
span { border-color: #CD08CF; }
span { border-color: rgb(205,8,207); }
td.TdClassName
{
border-color: #CD08CF;
}
.TagClassName
{
border-color: #CD08CF;
}
</style>