Shades of Deep Magenta #CF08CD
Tints of Deep Magenta #CF08CD
RGB
CMYK
RGB Variations
Color information
#CF08CD (or 0xCF08CD) is known color: Deep Magenta. HEX triplet: CF, 08 and CD. RGB value is (207,8,205). Sum of RGB (Red+Green+Blue) = 207+8+205=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF08CD is #30F732. Grayscale: #595959. Windows color (decimal): -3209011 or 13437135. OLE color: 13437135.
HSL color Cylindrical-coordinate representation of color #CF08CD: hue angle of 300.6º 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 #CF08CD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 8 | 205 | - |
CMYK | 0 | 0.96 | 0.01 | 0.19 |
HSL | 300.6º | 0.93% | 0.42% | - |
HSV(B) | 300.6º | 0.96% | 0.81% | - |
XYZ | 36.84 | 17.85 | 59.26 | - |
YUV | 89.96 | 192.93 | 211.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 8 | 205 | 0 | 0.96 | 0.01 | 0.19 | 300.6 | 0.93 | 0.42 |
Hex | CF | 8 | CD | 0 | 60 | 1 | 13 | 12D | 5D | 2A |
Octal | 317 | 10 | 315 | 0 | 140 | 1 | 23 | 455 | 135 | 52 |
Binary | 11001111 | 1000 | 11001101 | 0 | 1100000 | 1 | 10011 | 100101101 | 1011101 | 101010 |
Color Harmonies of #CF08CD
Complementary color
Monochromatic Colors of #CF08CD
Black with #CF08CD
Text Example
Text Example
White with #CF08CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF08CD; }
p { color: rgb(207,8,205); }
H1.HeaderClassName
{
color: #CF08CD;
}
.AnyTagClassName
{
color: #CF08CD;
}
</style>
background-color css
<style>
a { background-color: #CF08CD; }
a { background-color: rgb(207,8,205); }
div.DivClassName
{
background-color: #CF08CD;
}
.BgClassName
{
background-color: #CF08CD;
}
</style>
border-color css
<style>
span { border-color: #CF08CD; }
span { border-color: rgb(207,8,205); }
td.TdClassName
{
border-color: #CF08CD;
}
.TagClassName
{
border-color: #CF08CD;
}
</style>