Shades of Deep Magenta #CF00BF
Tints of Deep Magenta #CF00BF
RGB
CMYK
RGB Variations
Color information
#CF00BF (or 0xCF00BF) is known color: Deep Magenta. HEX triplet: CF, 00 and BF. RGB value is (207,0,191). Sum of RGB (Red+Green+Blue) = 207+0+191=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00BF is #30FF40. Grayscale: #535353. Windows color (decimal): -3211073 or 12517583. OLE color: 12517583.
HSL color Cylindrical-coordinate representation of color #CF00BF: hue angle of 304.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00BF is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.08 | 0.19 |
| HSL | 304.64º | 1% | 0.41% | - |
| HSV(B) | 304.64º | 1% | 0.81% | - |
| XYZ | 35.14 | 17.03 | 50.72 | - |
| YUV | 83.67 | 188.58 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 191 | 0 | 1 | 0.08 | 0.19 | 304.64 | 1 | 0.41 |
| Hex | CF | 0 | BF | 0 | 64 | 8 | 13 | 131 | 64 | 29 |
| Octal | 317 | 0 | 277 | 0 | 144 | 10 | 23 | 461 | 144 | 51 |
| Binary | 11001111 | 0 | 10111111 | 0 | 1100100 | 1000 | 10011 | 100110001 | 1100100 | 101001 |
Color Harmonies of #CF00BF
Complementary color
Monochromatic Colors of #CF00BF
Black with #CF00BF
Text Example
Text Example
White with #CF00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00BF; }
p { color: rgb(207,0,191); }
H1.HeaderClassName
{
color: #CF00BF;
}
.AnyTagClassName
{
color: #CF00BF;
}
</style>
background-color css
<style>
a { background-color: #CF00BF; }
a { background-color: rgb(207,0,191); }
div.DivClassName
{
background-color: #CF00BF;
}
.BgClassName
{
background-color: #CF00BF;
}
</style>
border-color css
<style>
span { border-color: #CF00BF; }
span { border-color: rgb(207,0,191); }
td.TdClassName
{
border-color: #CF00BF;
}
.TagClassName
{
border-color: #CF00BF;
}
</style>