Shades of Deep Magenta #CF00DC
Tints of Deep Magenta #CF00DC
RGB
CMYK
RGB Variations
Color information
#CF00DC (or 0xCF00DC) is known color: Deep Magenta. HEX triplet: CF, 00 and DC. RGB value is (207,0,220). Sum of RGB (Red+Green+Blue) = 207+0+220=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00DC is #30FF23. Grayscale: #565656. Windows color (decimal): -3211044 or 14418127. OLE color: 14418127.
HSL color Cylindrical-coordinate representation of color #CF00DC: hue angle of 296.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00DC is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 0 | 220 | - |
| CMYK | 0.06 | 1 | 0 | 0.14 |
| HSL | 296.45º | 1% | 0.43% | - |
| HSV(B) | 296.45º | 1% | 0.86% | - |
| XYZ | 38.65 | 18.43 | 69.23 | - |
| YUV | 86.97 | 203.08 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 220 | 0.06 | 1 | 0 | 0.14 | 296.45 | 1 | 0.43 |
| Hex | CF | 0 | DC | 6 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 317 | 0 | 334 | 6 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001111 | 0 | 11011100 | 110 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CF00DC
Complementary color
Monochromatic Colors of #CF00DC
Black with #CF00DC
Text Example
Text Example
White with #CF00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00DC; }
p { color: rgb(207,0,220); }
H1.HeaderClassName
{
color: #CF00DC;
}
.AnyTagClassName
{
color: #CF00DC;
}
</style>
background-color css
<style>
a { background-color: #CF00DC; }
a { background-color: rgb(207,0,220); }
div.DivClassName
{
background-color: #CF00DC;
}
.BgClassName
{
background-color: #CF00DC;
}
</style>
border-color css
<style>
span { border-color: #CF00DC; }
span { border-color: rgb(207,0,220); }
td.TdClassName
{
border-color: #CF00DC;
}
.TagClassName
{
border-color: #CF00DC;
}
</style>