Shades of Deep Magenta #CF04DD
Tints of Deep Magenta #CF04DD
RGB
CMYK
RGB Variations
Color information
#CF04DD (or 0xCF04DD) is known color: Deep Magenta. HEX triplet: CF, 04 and DD. RGB value is (207,4,221). Sum of RGB (Red+Green+Blue) = 207+4+221=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04DD is #30FB22. Grayscale: #585858. Windows color (decimal): -3210019 or 14484687. OLE color: 14484687.
HSL color Cylindrical-coordinate representation of color #CF04DD: hue angle of 296.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04DD is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 4 | 221 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.13 |
| HSL | 296.13º | 0.96% | 0.44% | - |
| HSV(B) | 296.13º | 0.98% | 0.87% | - |
| XYZ | 38.83 | 18.57 | 69.95 | - |
| YUV | 89.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 221 | 0.06 | 0.98 | 0 | 0.13 | 296.13 | 0.96 | 0.44 |
| Hex | CF | 4 | DD | 6 | 62 | 0 | D | 128 | 60 | 2C |
| Octal | 317 | 4 | 335 | 6 | 142 | 0 | 15 | 450 | 140 | 54 |
| Binary | 11001111 | 100 | 11011101 | 110 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CF04DD
Complementary color
Monochromatic Colors of #CF04DD
Black with #CF04DD
Text Example
Text Example
White with #CF04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04DD; }
p { color: rgb(207,4,221); }
H1.HeaderClassName
{
color: #CF04DD;
}
.AnyTagClassName
{
color: #CF04DD;
}
</style>
background-color css
<style>
a { background-color: #CF04DD; }
a { background-color: rgb(207,4,221); }
div.DivClassName
{
background-color: #CF04DD;
}
.BgClassName
{
background-color: #CF04DD;
}
</style>
border-color css
<style>
span { border-color: #CF04DD; }
span { border-color: rgb(207,4,221); }
td.TdClassName
{
border-color: #CF04DD;
}
.TagClassName
{
border-color: #CF04DD;
}
</style>