Shades of Deep Magenta #CF06BB
Tints of Deep Magenta #CF06BB
RGB
CMYK
RGB Variations
Color information
#CF06BB (or 0xCF06BB) is known color: Deep Magenta. HEX triplet: CF, 06 and BB. RGB value is (207,6,187). Sum of RGB (Red+Green+Blue) = 207+6+187=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06BB is #30F944. Grayscale: #565656. Windows color (decimal): -3209541 or 12256975. OLE color: 12256975.
HSL color Cylindrical-coordinate representation of color #CF06BB: hue angle of 305.97º 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 #CF06BB is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.19 |
| HSL | 305.97º | 0.94% | 0.42% | - |
| HSV(B) | 305.97º | 0.97% | 0.81% | - |
| XYZ | 34.77 | 16.98 | 48.46 | - |
| YUV | 86.73 | 184.59 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 187 | 0 | 0.97 | 0.10 | 0.19 | 305.97 | 0.94 | 0.42 |
| Hex | CF | 6 | BB | 0 | 61 | A | 13 | 132 | 5E | 2A |
| Octal | 317 | 6 | 273 | 0 | 141 | 12 | 23 | 462 | 136 | 52 |
| Binary | 11001111 | 110 | 10111011 | 0 | 1100001 | 1010 | 10011 | 100110010 | 1011110 | 101010 |
Color Harmonies of #CF06BB
Complementary color
Monochromatic Colors of #CF06BB
Black with #CF06BB
Text Example
Text Example
White with #CF06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06BB; }
p { color: rgb(207,6,187); }
H1.HeaderClassName
{
color: #CF06BB;
}
.AnyTagClassName
{
color: #CF06BB;
}
</style>
background-color css
<style>
a { background-color: #CF06BB; }
a { background-color: rgb(207,6,187); }
div.DivClassName
{
background-color: #CF06BB;
}
.BgClassName
{
background-color: #CF06BB;
}
</style>
border-color css
<style>
span { border-color: #CF06BB; }
span { border-color: rgb(207,6,187); }
td.TdClassName
{
border-color: #CF06BB;
}
.TagClassName
{
border-color: #CF06BB;
}
</style>