Shades of Deep Magenta #CF19D0
Tints of Deep Magenta #CF19D0
RGB
CMYK
RGB Variations
Color information
#CF19D0 (or 0xCF19D0) is known color: Deep Magenta. HEX triplet: CF, 19 and D0. RGB value is (207,25,208). Sum of RGB (Red+Green+Blue) = 207+25+208=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF19D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19D0 is #30E62F. Grayscale: #636363. Windows color (decimal): -3204656 or 13638095. OLE color: 13638095.
HSL color Cylindrical-coordinate representation of color #CF19D0: hue angle of 299.67º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF19D0 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 25 | 208 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.18 |
| HSL | 299.67º | 0.79% | 0.46% | - |
| HSV(B) | 299.67º | 0.88% | 0.82% | - |
| XYZ | 37.46 | 18.51 | 61.27 | - |
| YUV | 100.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 208 | 0.00 | 0.88 | 0 | 0.18 | 299.67 | 0.79 | 0.46 |
| Hex | CF | 19 | D0 | 0 | 58 | 0 | 12 | 12C | 4F | 2E |
| Octal | 317 | 31 | 320 | 0 | 130 | 0 | 22 | 454 | 117 | 56 |
| Binary | 11001111 | 11001 | 11010000 | 0 | 1011000 | 0 | 10010 | 100101100 | 1001111 | 101110 |
Color Harmonies of #CF19D0
Complementary color
Monochromatic Colors of #CF19D0
Black with #CF19D0
Text Example
Text Example
White with #CF19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19D0; }
p { color: rgb(207,25,208); }
H1.HeaderClassName
{
color: #CF19D0;
}
.AnyTagClassName
{
color: #CF19D0;
}
</style>
background-color css
<style>
a { background-color: #CF19D0; }
a { background-color: rgb(207,25,208); }
div.DivClassName
{
background-color: #CF19D0;
}
.BgClassName
{
background-color: #CF19D0;
}
</style>
border-color css
<style>
span { border-color: #CF19D0; }
span { border-color: rgb(207,25,208); }
td.TdClassName
{
border-color: #CF19D0;
}
.TagClassName
{
border-color: #CF19D0;
}
</style>