Shades of Deep Magenta #CF04D8
Tints of Deep Magenta #CF04D8
RGB
CMYK
RGB Variations
Color information
#CF04D8 (or 0xCF04D8) is known color: Deep Magenta. HEX triplet: CF, 04 and D8. RGB value is (207,4,216). Sum of RGB (Red+Green+Blue) = 207+4+216=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF04D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04D8 is #30FB27. Grayscale: #585858. Windows color (decimal): -3210024 or 14157007. OLE color: 14157007.
HSL color Cylindrical-coordinate representation of color #CF04D8: hue angle of 297.45º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04D8 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 4 | 216 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.15 |
| HSL | 297.45º | 0.96% | 0.43% | - |
| HSV(B) | 297.45º | 0.98% | 0.85% | - |
| XYZ | 38.17 | 18.31 | 66.49 | - |
| YUV | 88.87 | 199.75 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 216 | 0.04 | 0.98 | 0 | 0.15 | 297.45 | 0.96 | 0.43 |
| Hex | CF | 4 | D8 | 4 | 62 | 0 | F | 129 | 60 | 2B |
| Octal | 317 | 4 | 330 | 4 | 142 | 0 | 17 | 451 | 140 | 53 |
| Binary | 11001111 | 100 | 11011000 | 100 | 1100010 | 0 | 1111 | 100101001 | 1100000 | 101011 |
Color Harmonies of #CF04D8
Complementary color
Monochromatic Colors of #CF04D8
Black with #CF04D8
Text Example
Text Example
White with #CF04D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04D8; }
p { color: rgb(207,4,216); }
H1.HeaderClassName
{
color: #CF04D8;
}
.AnyTagClassName
{
color: #CF04D8;
}
</style>
background-color css
<style>
a { background-color: #CF04D8; }
a { background-color: rgb(207,4,216); }
div.DivClassName
{
background-color: #CF04D8;
}
.BgClassName
{
background-color: #CF04D8;
}
</style>
border-color css
<style>
span { border-color: #CF04D8; }
span { border-color: rgb(207,4,216); }
td.TdClassName
{
border-color: #CF04D8;
}
.TagClassName
{
border-color: #CF04D8;
}
</style>