Shades of Deep Magenta #CF07BB
Tints of Deep Magenta #CF07BB
RGB
CMYK
RGB Variations
Color information
#CF07BB (or 0xCF07BB) is known color: Deep Magenta. HEX triplet: CF, 07 and BB. RGB value is (207,7,187). Sum of RGB (Red+Green+Blue) = 207+7+187=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF07BB is #30F844. Grayscale: #565656. Windows color (decimal): -3209285 or 12257231. OLE color: 12257231.
HSL color Cylindrical-coordinate representation of color #CF07BB: hue angle of 306º 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 #CF07BB is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.19 |
| HSL | 306º | 0.93% | 0.42% | - |
| HSV(B) | 306º | 0.97% | 0.81% | - |
| XYZ | 34.78 | 17.01 | 48.46 | - |
| YUV | 87.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 187 | 0 | 0.97 | 0.10 | 0.19 | 306 | 0.93 | 0.42 |
| Hex | CF | 7 | BB | 0 | 61 | A | 13 | 132 | 5D | 2A |
| Octal | 317 | 7 | 273 | 0 | 141 | 12 | 23 | 462 | 135 | 52 |
| Binary | 11001111 | 111 | 10111011 | 0 | 1100001 | 1010 | 10011 | 100110010 | 1011101 | 101010 |
Color Harmonies of #CF07BB
Complementary color
Monochromatic Colors of #CF07BB
Black with #CF07BB
Text Example
Text Example
White with #CF07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF07BB; }
p { color: rgb(207,7,187); }
H1.HeaderClassName
{
color: #CF07BB;
}
.AnyTagClassName
{
color: #CF07BB;
}
</style>
background-color css
<style>
a { background-color: #CF07BB; }
a { background-color: rgb(207,7,187); }
div.DivClassName
{
background-color: #CF07BB;
}
.BgClassName
{
background-color: #CF07BB;
}
</style>
border-color css
<style>
span { border-color: #CF07BB; }
span { border-color: rgb(207,7,187); }
td.TdClassName
{
border-color: #CF07BB;
}
.TagClassName
{
border-color: #CF07BB;
}
</style>