Shades of Deep Magenta #CF19CB
Tints of Deep Magenta #CF19CB
RGB
CMYK
RGB Variations
Color information
#CF19CB (or 0xCF19CB) is known color: Deep Magenta. HEX triplet: CF, 19 and CB. RGB value is (207,25,203). Sum of RGB (Red+Green+Blue) = 207+25+203=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19CB is #30E634. Grayscale: #636363. Windows color (decimal): -3204661 or 13310415. OLE color: 13310415.
HSL color Cylindrical-coordinate representation of color #CF19CB: hue angle of 301.32º 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 #CF19CB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 203 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.19 |
| HSL | 301.32º | 0.78% | 0.45% | - |
| HSV(B) | 301.32º | 0.88% | 0.81% | - |
| XYZ | 36.86 | 18.27 | 58.08 | - |
| YUV | 99.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 203 | 0 | 0.88 | 0.02 | 0.19 | 301.32 | 0.78 | 0.45 |
| Hex | CF | 19 | CB | 0 | 58 | 2 | 13 | 12D | 4E | 2D |
| Octal | 317 | 31 | 313 | 0 | 130 | 2 | 23 | 455 | 116 | 55 |
| Binary | 11001111 | 11001 | 11001011 | 0 | 1011000 | 10 | 10011 | 100101101 | 1001110 | 101101 |
Color Harmonies of #CF19CB
Complementary color
Monochromatic Colors of #CF19CB
Black with #CF19CB
Text Example
Text Example
White with #CF19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19CB; }
p { color: rgb(207,25,203); }
H1.HeaderClassName
{
color: #CF19CB;
}
.AnyTagClassName
{
color: #CF19CB;
}
</style>
background-color css
<style>
a { background-color: #CF19CB; }
a { background-color: rgb(207,25,203); }
div.DivClassName
{
background-color: #CF19CB;
}
.BgClassName
{
background-color: #CF19CB;
}
</style>
border-color css
<style>
span { border-color: #CF19CB; }
span { border-color: rgb(207,25,203); }
td.TdClassName
{
border-color: #CF19CB;
}
.TagClassName
{
border-color: #CF19CB;
}
</style>