Shades of Deep Magenta #CF19BA
Tints of Deep Magenta #CF19BA
RGB
CMYK
RGB Variations
Color information
#CF19BA (or 0xCF19BA) is known color: Deep Magenta. HEX triplet: CF, 19 and BA. RGB value is (207,25,186). Sum of RGB (Red+Green+Blue) = 207+25+186=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19BA is #30E645. Grayscale: #616161. Windows color (decimal): -3204678 or 12196303. OLE color: 12196303.
HSL color Cylindrical-coordinate representation of color #CF19BA: hue angle of 306.92º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF19BA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 186 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.19 |
| HSL | 306.92º | 0.78% | 0.45% | - |
| HSV(B) | 306.92º | 0.88% | 0.81% | - |
| XYZ | 34.94 | 17.51 | 47.99 | - |
| YUV | 97.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 186 | 0 | 0.88 | 0.10 | 0.19 | 306.92 | 0.78 | 0.45 |
| Hex | CF | 19 | BA | 0 | 58 | A | 13 | 133 | 4E | 2D |
| Octal | 317 | 31 | 272 | 0 | 130 | 12 | 23 | 463 | 116 | 55 |
| Binary | 11001111 | 11001 | 10111010 | 0 | 1011000 | 1010 | 10011 | 100110011 | 1001110 | 101101 |
Color Harmonies of #CF19BA
Complementary color
Monochromatic Colors of #CF19BA
Black with #CF19BA
Text Example
Text Example
White with #CF19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19BA; }
p { color: rgb(207,25,186); }
H1.HeaderClassName
{
color: #CF19BA;
}
.AnyTagClassName
{
color: #CF19BA;
}
</style>
background-color css
<style>
a { background-color: #CF19BA; }
a { background-color: rgb(207,25,186); }
div.DivClassName
{
background-color: #CF19BA;
}
.BgClassName
{
background-color: #CF19BA;
}
</style>
border-color css
<style>
span { border-color: #CF19BA; }
span { border-color: rgb(207,25,186); }
td.TdClassName
{
border-color: #CF19BA;
}
.TagClassName
{
border-color: #CF19BA;
}
</style>