Shades of Deep Magenta #CF06BA
Tints of Deep Magenta #CF06BA
RGB
CMYK
RGB Variations
Color information
#CF06BA (or 0xCF06BA) is known color: Deep Magenta. HEX triplet: CF, 06 and BA. RGB value is (207,6,186). Sum of RGB (Red+Green+Blue) = 207+6+186=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06BA is #30F945. Grayscale: #565656. Windows color (decimal): -3209542 or 12191439. OLE color: 12191439.
HSL color Cylindrical-coordinate representation of color #CF06BA: hue angle of 306.27º degrees, saturation: 0.94, 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 #CF06BA is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.19 |
| HSL | 306.27º | 0.94% | 0.42% | - |
| HSV(B) | 306.27º | 0.97% | 0.81% | - |
| XYZ | 34.66 | 16.94 | 47.9 | - |
| YUV | 86.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 186 | 0 | 0.97 | 0.10 | 0.19 | 306.27 | 0.94 | 0.42 |
| Hex | CF | 6 | BA | 0 | 61 | A | 13 | 132 | 5E | 2A |
| Octal | 317 | 6 | 272 | 0 | 141 | 12 | 23 | 462 | 136 | 52 |
| Binary | 11001111 | 110 | 10111010 | 0 | 1100001 | 1010 | 10011 | 100110010 | 1011110 | 101010 |
Color Harmonies of #CF06BA
Complementary color
Monochromatic Colors of #CF06BA
Black with #CF06BA
Text Example
Text Example
White with #CF06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06BA; }
p { color: rgb(207,6,186); }
H1.HeaderClassName
{
color: #CF06BA;
}
.AnyTagClassName
{
color: #CF06BA;
}
</style>
background-color css
<style>
a { background-color: #CF06BA; }
a { background-color: rgb(207,6,186); }
div.DivClassName
{
background-color: #CF06BA;
}
.BgClassName
{
background-color: #CF06BA;
}
</style>
border-color css
<style>
span { border-color: #CF06BA; }
span { border-color: rgb(207,6,186); }
td.TdClassName
{
border-color: #CF06BA;
}
.TagClassName
{
border-color: #CF06BA;
}
</style>