Shades of Deep Magenta #CF04DA
Tints of Deep Magenta #CF04DA
RGB
CMYK
RGB Variations
Color information
#CF04DA (or 0xCF04DA) is known color: Deep Magenta. HEX triplet: CF, 04 and DA. RGB value is (207,4,218). Sum of RGB (Red+Green+Blue) = 207+4+218=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04DA is #30FB25. Grayscale: #585858. Windows color (decimal): -3210022 or 14288079. OLE color: 14288079.
HSL color Cylindrical-coordinate representation of color #CF04DA: hue angle of 296.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04DA is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 4 | 218 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.15 |
| HSL | 296.92º | 0.96% | 0.44% | - |
| HSV(B) | 296.92º | 0.98% | 0.85% | - |
| XYZ | 38.43 | 18.41 | 67.86 | - |
| YUV | 89.09 | 200.75 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 218 | 0.05 | 0.98 | 0 | 0.15 | 296.92 | 0.96 | 0.44 |
| Hex | CF | 4 | DA | 5 | 62 | 0 | F | 129 | 60 | 2C |
| Octal | 317 | 4 | 332 | 5 | 142 | 0 | 17 | 451 | 140 | 54 |
| Binary | 11001111 | 100 | 11011010 | 101 | 1100010 | 0 | 1111 | 100101001 | 1100000 | 101100 |
Color Harmonies of #CF04DA
Complementary color
Monochromatic Colors of #CF04DA
Black with #CF04DA
Text Example
Text Example
White with #CF04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04DA; }
p { color: rgb(207,4,218); }
H1.HeaderClassName
{
color: #CF04DA;
}
.AnyTagClassName
{
color: #CF04DA;
}
</style>
background-color css
<style>
a { background-color: #CF04DA; }
a { background-color: rgb(207,4,218); }
div.DivClassName
{
background-color: #CF04DA;
}
.BgClassName
{
background-color: #CF04DA;
}
</style>
border-color css
<style>
span { border-color: #CF04DA; }
span { border-color: rgb(207,4,218); }
td.TdClassName
{
border-color: #CF04DA;
}
.TagClassName
{
border-color: #CF04DA;
}
</style>