Shades of Deep Magenta #CF00BA
Tints of Deep Magenta #CF00BA
RGB
CMYK
RGB Variations
Color information
#CF00BA (or 0xCF00BA) is known color: Deep Magenta. HEX triplet: CF, 00 and BA. RGB value is (207,0,186). Sum of RGB (Red+Green+Blue) = 207+0+186=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00BA is #30FF45. Grayscale: #525252. Windows color (decimal): -3211078 or 12189903. OLE color: 12189903.
HSL color Cylindrical-coordinate representation of color #CF00BA: hue angle of 306.09º 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 #CF00BA is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.10 | 0.19 |
| HSL | 306.09º | 1% | 0.41% | - |
| HSV(B) | 306.09º | 1% | 0.81% | - |
| XYZ | 34.6 | 16.81 | 47.88 | - |
| YUV | 83.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 186 | 0 | 1 | 0.10 | 0.19 | 306.09 | 1 | 0.41 |
| Hex | CF | 0 | BA | 0 | 64 | A | 13 | 132 | 64 | 29 |
| Octal | 317 | 0 | 272 | 0 | 144 | 12 | 23 | 462 | 144 | 51 |
| Binary | 11001111 | 0 | 10111010 | 0 | 1100100 | 1010 | 10011 | 100110010 | 1100100 | 101001 |
Color Harmonies of #CF00BA
Complementary color
Monochromatic Colors of #CF00BA
Black with #CF00BA
Text Example
Text Example
White with #CF00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00BA; }
p { color: rgb(207,0,186); }
H1.HeaderClassName
{
color: #CF00BA;
}
.AnyTagClassName
{
color: #CF00BA;
}
</style>
background-color css
<style>
a { background-color: #CF00BA; }
a { background-color: rgb(207,0,186); }
div.DivClassName
{
background-color: #CF00BA;
}
.BgClassName
{
background-color: #CF00BA;
}
</style>
border-color css
<style>
span { border-color: #CF00BA; }
span { border-color: rgb(207,0,186); }
td.TdClassName
{
border-color: #CF00BA;
}
.TagClassName
{
border-color: #CF00BA;
}
</style>