Shades of Deep Magenta #CF07BF
Tints of Deep Magenta #CF07BF
RGB
CMYK
RGB Variations
Color information
#CF07BF (or 0xCF07BF) is known color: Deep Magenta. HEX triplet: CF, 07 and BF. RGB value is (207,7,191). Sum of RGB (Red+Green+Blue) = 207+7+191=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07BF is #30F840. Grayscale: #575757. Windows color (decimal): -3209281 or 12519375. OLE color: 12519375.
HSL color Cylindrical-coordinate representation of color #CF07BF: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF07BF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.19 |
| HSL | 304.8º | 0.93% | 0.42% | - |
| HSV(B) | 304.8º | 0.97% | 0.81% | - |
| XYZ | 35.21 | 17.18 | 50.75 | - |
| YUV | 87.78 | 186.26 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 191 | 0 | 0.97 | 0.08 | 0.19 | 304.8 | 0.93 | 0.42 |
| Hex | CF | 7 | BF | 0 | 61 | 8 | 13 | 131 | 5D | 2A |
| Octal | 317 | 7 | 277 | 0 | 141 | 10 | 23 | 461 | 135 | 52 |
| Binary | 11001111 | 111 | 10111111 | 0 | 1100001 | 1000 | 10011 | 100110001 | 1011101 | 101010 |
Color Harmonies of #CF07BF
Complementary color
Monochromatic Colors of #CF07BF
Black with #CF07BF
Text Example
Text Example
White with #CF07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07BF; }
p { color: rgb(207,7,191); }
H1.HeaderClassName
{
color: #CF07BF;
}
.AnyTagClassName
{
color: #CF07BF;
}
</style>
background-color css
<style>
a { background-color: #CF07BF; }
a { background-color: rgb(207,7,191); }
div.DivClassName
{
background-color: #CF07BF;
}
.BgClassName
{
background-color: #CF07BF;
}
</style>
border-color css
<style>
span { border-color: #CF07BF; }
span { border-color: rgb(207,7,191); }
td.TdClassName
{
border-color: #CF07BF;
}
.TagClassName
{
border-color: #CF07BF;
}
</style>