Shades of Deep Magenta #CF04DC
Tints of Deep Magenta #CF04DC
RGB
CMYK
RGB Variations
Color information
#CF04DC (or 0xCF04DC) is known color: Deep Magenta. HEX triplet: CF, 04 and DC. RGB value is (207,4,220). Sum of RGB (Red+Green+Blue) = 207+4+220=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04DC is #30FB23. Grayscale: #585858. Windows color (decimal): -3210020 or 14419151. OLE color: 14419151.
HSL color Cylindrical-coordinate representation of color #CF04DC: hue angle of 296.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04DC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 4 | 220 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.14 |
| HSL | 296.39º | 0.96% | 0.44% | - |
| HSV(B) | 296.39º | 0.98% | 0.86% | - |
| XYZ | 38.69 | 18.52 | 69.25 | - |
| YUV | 89.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 220 | 0.06 | 0.98 | 0 | 0.14 | 296.39 | 0.96 | 0.44 |
| Hex | CF | 4 | DC | 6 | 62 | 0 | E | 128 | 60 | 2C |
| Octal | 317 | 4 | 334 | 6 | 142 | 0 | 16 | 450 | 140 | 54 |
| Binary | 11001111 | 100 | 11011100 | 110 | 1100010 | 0 | 1110 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CF04DC
Complementary color
Monochromatic Colors of #CF04DC
Black with #CF04DC
Text Example
Text Example
White with #CF04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04DC; }
p { color: rgb(207,4,220); }
H1.HeaderClassName
{
color: #CF04DC;
}
.AnyTagClassName
{
color: #CF04DC;
}
</style>
background-color css
<style>
a { background-color: #CF04DC; }
a { background-color: rgb(207,4,220); }
div.DivClassName
{
background-color: #CF04DC;
}
.BgClassName
{
background-color: #CF04DC;
}
</style>
border-color css
<style>
span { border-color: #CF04DC; }
span { border-color: rgb(207,4,220); }
td.TdClassName
{
border-color: #CF04DC;
}
.TagClassName
{
border-color: #CF04DC;
}
</style>