Shades of Deep Magenta #CF19BD
Tints of Deep Magenta #CF19BD
RGB
CMYK
RGB Variations
Color information
#CF19BD (or 0xCF19BD) is known color: Deep Magenta. HEX triplet: CF, 19 and BD. RGB value is (207,25,189). Sum of RGB (Red+Green+Blue) = 207+25+189=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19BD is #30E642. Grayscale: #616161. Windows color (decimal): -3204675 or 12392911. OLE color: 12392911.
HSL color Cylindrical-coordinate representation of color #CF19BD: hue angle of 305.93º 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 #CF19BD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 189 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.19 |
| HSL | 305.93º | 0.78% | 0.45% | - |
| HSV(B) | 305.93º | 0.88% | 0.81% | - |
| XYZ | 35.27 | 17.63 | 49.69 | - |
| YUV | 98.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 189 | 0 | 0.88 | 0.09 | 0.19 | 305.93 | 0.78 | 0.45 |
| Hex | CF | 19 | BD | 0 | 58 | 9 | 13 | 132 | 4E | 2D |
| Octal | 317 | 31 | 275 | 0 | 130 | 11 | 23 | 462 | 116 | 55 |
| Binary | 11001111 | 11001 | 10111101 | 0 | 1011000 | 1001 | 10011 | 100110010 | 1001110 | 101101 |
Color Harmonies of #CF19BD
Complementary color
Monochromatic Colors of #CF19BD
Black with #CF19BD
Text Example
Text Example
White with #CF19BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19BD; }
p { color: rgb(207,25,189); }
H1.HeaderClassName
{
color: #CF19BD;
}
.AnyTagClassName
{
color: #CF19BD;
}
</style>
background-color css
<style>
a { background-color: #CF19BD; }
a { background-color: rgb(207,25,189); }
div.DivClassName
{
background-color: #CF19BD;
}
.BgClassName
{
background-color: #CF19BD;
}
</style>
border-color css
<style>
span { border-color: #CF19BD; }
span { border-color: rgb(207,25,189); }
td.TdClassName
{
border-color: #CF19BD;
}
.TagClassName
{
border-color: #CF19BD;
}
</style>