Shades of Deep Magenta #CF01BB
Tints of Deep Magenta #CF01BB
RGB
CMYK
RGB Variations
Color information
#CF01BB (or 0xCF01BB) is known color: Deep Magenta. HEX triplet: CF, 01 and BB. RGB value is (207,1,187). Sum of RGB (Red+Green+Blue) = 207+1+187=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01BB is #30FE44. Grayscale: #535353. Windows color (decimal): -3210821 or 12255695. OLE color: 12255695.
HSL color Cylindrical-coordinate representation of color #CF01BB: hue angle of 305.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF01BB is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.19 |
| HSL | 305.83º | 0.99% | 0.41% | - |
| HSV(B) | 305.83º | 1% | 0.81% | - |
| XYZ | 34.71 | 16.87 | 48.44 | - |
| YUV | 83.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 187 | 0 | 1.00 | 0.10 | 0.19 | 305.83 | 0.99 | 0.41 |
| Hex | CF | 1 | BB | 0 | 64 | A | 13 | 132 | 63 | 29 |
| Octal | 317 | 1 | 273 | 0 | 144 | 12 | 23 | 462 | 143 | 51 |
| Binary | 11001111 | 1 | 10111011 | 0 | 1100100 | 1010 | 10011 | 100110010 | 1100011 | 101001 |
Color Harmonies of #CF01BB
Complementary color
Monochromatic Colors of #CF01BB
Black with #CF01BB
Text Example
Text Example
White with #CF01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01BB; }
p { color: rgb(207,1,187); }
H1.HeaderClassName
{
color: #CF01BB;
}
.AnyTagClassName
{
color: #CF01BB;
}
</style>
background-color css
<style>
a { background-color: #CF01BB; }
a { background-color: rgb(207,1,187); }
div.DivClassName
{
background-color: #CF01BB;
}
.BgClassName
{
background-color: #CF01BB;
}
</style>
border-color css
<style>
span { border-color: #CF01BB; }
span { border-color: rgb(207,1,187); }
td.TdClassName
{
border-color: #CF01BB;
}
.TagClassName
{
border-color: #CF01BB;
}
</style>