Shades of Deep Magenta #CF11BB
Tints of Deep Magenta #CF11BB
RGB
CMYK
RGB Variations
Color information
#CF11BB (or 0xCF11BB) is known color: Deep Magenta. HEX triplet: CF, 11 and BB. RGB value is (207,17,187). Sum of RGB (Red+Green+Blue) = 207+17+187=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF11BB is #30EE44. Grayscale: #5C5C5C. Windows color (decimal): -3206725 or 12259791. OLE color: 12259791.
HSL color Cylindrical-coordinate representation of color #CF11BB: hue angle of 306.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF11BB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 187 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.19 |
| HSL | 306.32º | 0.85% | 0.44% | - |
| HSV(B) | 306.32º | 0.92% | 0.81% | - |
| XYZ | 34.9 | 17.25 | 48.5 | - |
| YUV | 93.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 187 | 0 | 0.92 | 0.10 | 0.19 | 306.32 | 0.85 | 0.44 |
| Hex | CF | 11 | BB | 0 | 5C | A | 13 | 132 | 55 | 2C |
| Octal | 317 | 21 | 273 | 0 | 134 | 12 | 23 | 462 | 125 | 54 |
| Binary | 11001111 | 10001 | 10111011 | 0 | 1011100 | 1010 | 10011 | 100110010 | 1010101 | 101100 |
Color Harmonies of #CF11BB
Complementary color
Monochromatic Colors of #CF11BB
Black with #CF11BB
Text Example
Text Example
White with #CF11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11BB; }
p { color: rgb(207,17,187); }
H1.HeaderClassName
{
color: #CF11BB;
}
.AnyTagClassName
{
color: #CF11BB;
}
</style>
background-color css
<style>
a { background-color: #CF11BB; }
a { background-color: rgb(207,17,187); }
div.DivClassName
{
background-color: #CF11BB;
}
.BgClassName
{
background-color: #CF11BB;
}
</style>
border-color css
<style>
span { border-color: #CF11BB; }
span { border-color: rgb(207,17,187); }
td.TdClassName
{
border-color: #CF11BB;
}
.TagClassName
{
border-color: #CF11BB;
}
</style>