Shades of Deep Magenta #CF06BF
Tints of Deep Magenta #CF06BF
RGB
CMYK
RGB Variations
Color information
#CF06BF (or 0xCF06BF) is known color: Deep Magenta. HEX triplet: CF, 06 and BF. RGB value is (207,6,191). Sum of RGB (Red+Green+Blue) = 207+6+191=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06BF is #30F940. Grayscale: #565656. Windows color (decimal): -3209537 or 12519119. OLE color: 12519119.
HSL color Cylindrical-coordinate representation of color #CF06BF: hue angle of 304.78º degrees, saturation: 0.94, 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 #CF06BF is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.19 |
| HSL | 304.78º | 0.94% | 0.42% | - |
| HSV(B) | 304.78º | 0.97% | 0.81% | - |
| XYZ | 35.2 | 17.16 | 50.75 | - |
| YUV | 87.19 | 186.59 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 191 | 0 | 0.97 | 0.08 | 0.19 | 304.78 | 0.94 | 0.42 |
| Hex | CF | 6 | BF | 0 | 61 | 8 | 13 | 131 | 5E | 2A |
| Octal | 317 | 6 | 277 | 0 | 141 | 10 | 23 | 461 | 136 | 52 |
| Binary | 11001111 | 110 | 10111111 | 0 | 1100001 | 1000 | 10011 | 100110001 | 1011110 | 101010 |
Color Harmonies of #CF06BF
Complementary color
Monochromatic Colors of #CF06BF
Black with #CF06BF
Text Example
Text Example
White with #CF06BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06BF; }
p { color: rgb(207,6,191); }
H1.HeaderClassName
{
color: #CF06BF;
}
.AnyTagClassName
{
color: #CF06BF;
}
</style>
background-color css
<style>
a { background-color: #CF06BF; }
a { background-color: rgb(207,6,191); }
div.DivClassName
{
background-color: #CF06BF;
}
.BgClassName
{
background-color: #CF06BF;
}
</style>
border-color css
<style>
span { border-color: #CF06BF; }
span { border-color: rgb(207,6,191); }
td.TdClassName
{
border-color: #CF06BF;
}
.TagClassName
{
border-color: #CF06BF;
}
</style>