Shades of Deep Magenta #CF01BE
Tints of Deep Magenta #CF01BE
RGB
CMYK
RGB Variations
Color information
#CF01BE (or 0xCF01BE) is known color: Deep Magenta. HEX triplet: CF, 01 and BE. RGB value is (207,1,190). Sum of RGB (Red+Green+Blue) = 207+1+190=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF01BE is #30FE41. Grayscale: #535353. Windows color (decimal): -3210818 or 12452303. OLE color: 12452303.
HSL color Cylindrical-coordinate representation of color #CF01BE: hue angle of 304.95º 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 #CF01BE is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.19 |
| HSL | 304.95º | 0.99% | 0.41% | - |
| HSV(B) | 304.95º | 1% | 0.81% | - |
| XYZ | 35.04 | 17 | 50.15 | - |
| YUV | 84.14 | 187.75 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 190 | 0 | 1.00 | 0.08 | 0.19 | 304.95 | 0.99 | 0.41 |
| Hex | CF | 1 | BE | 0 | 64 | 8 | 13 | 131 | 63 | 29 |
| Octal | 317 | 1 | 276 | 0 | 144 | 10 | 23 | 461 | 143 | 51 |
| Binary | 11001111 | 1 | 10111110 | 0 | 1100100 | 1000 | 10011 | 100110001 | 1100011 | 101001 |
Color Harmonies of #CF01BE
Complementary color
Monochromatic Colors of #CF01BE
Black with #CF01BE
Text Example
Text Example
White with #CF01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF01BE; }
p { color: rgb(207,1,190); }
H1.HeaderClassName
{
color: #CF01BE;
}
.AnyTagClassName
{
color: #CF01BE;
}
</style>
background-color css
<style>
a { background-color: #CF01BE; }
a { background-color: rgb(207,1,190); }
div.DivClassName
{
background-color: #CF01BE;
}
.BgClassName
{
background-color: #CF01BE;
}
</style>
border-color css
<style>
span { border-color: #CF01BE; }
span { border-color: rgb(207,1,190); }
td.TdClassName
{
border-color: #CF01BE;
}
.TagClassName
{
border-color: #CF01BE;
}
</style>