Shades of Deep Magenta #CF04BF
Tints of Deep Magenta #CF04BF
RGB
CMYK
RGB Variations
Color information
#CF04BF (or 0xCF04BF) is known color: Deep Magenta. HEX triplet: CF, 04 and BF. RGB value is (207,4,191). Sum of RGB (Red+Green+Blue) = 207+4+191=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04BF is #30FB40. Grayscale: #555555. Windows color (decimal): -3210049 or 12518607. OLE color: 12518607.
HSL color Cylindrical-coordinate representation of color #CF04BF: hue angle of 304.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04BF is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.19 |
| HSL | 304.73º | 0.96% | 0.41% | - |
| HSV(B) | 304.73º | 0.98% | 0.81% | - |
| XYZ | 35.18 | 17.11 | 50.74 | - |
| YUV | 86.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 191 | 0 | 0.98 | 0.08 | 0.19 | 304.73 | 0.96 | 0.41 |
| Hex | CF | 4 | BF | 0 | 62 | 8 | 13 | 131 | 60 | 29 |
| Octal | 317 | 4 | 277 | 0 | 142 | 10 | 23 | 461 | 140 | 51 |
| Binary | 11001111 | 100 | 10111111 | 0 | 1100010 | 1000 | 10011 | 100110001 | 1100000 | 101001 |
Color Harmonies of #CF04BF
Complementary color
Monochromatic Colors of #CF04BF
Black with #CF04BF
Text Example
Text Example
White with #CF04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04BF; }
p { color: rgb(207,4,191); }
H1.HeaderClassName
{
color: #CF04BF;
}
.AnyTagClassName
{
color: #CF04BF;
}
</style>
background-color css
<style>
a { background-color: #CF04BF; }
a { background-color: rgb(207,4,191); }
div.DivClassName
{
background-color: #CF04BF;
}
.BgClassName
{
background-color: #CF04BF;
}
</style>
border-color css
<style>
span { border-color: #CF04BF; }
span { border-color: rgb(207,4,191); }
td.TdClassName
{
border-color: #CF04BF;
}
.TagClassName
{
border-color: #CF04BF;
}
</style>