Shades of Deep Magenta #CF19D6
Tints of Deep Magenta #CF19D6
RGB
CMYK
RGB Variations
Color information
#CF19D6 (or 0xCF19D6) is known color: Deep Magenta. HEX triplet: CF, 19 and D6. RGB value is (207,25,214). Sum of RGB (Red+Green+Blue) = 207+25+214=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF19D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19D6 is #30E629. Grayscale: #646464. Windows color (decimal): -3204650 or 14031311. OLE color: 14031311.
HSL color Cylindrical-coordinate representation of color #CF19D6: hue angle of 297.78º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF19D6 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 25 | 214 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.16 |
| HSL | 297.78º | 0.79% | 0.47% | - |
| HSV(B) | 297.78º | 0.88% | 0.84% | - |
| XYZ | 38.22 | 18.82 | 65.24 | - |
| YUV | 100.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 214 | 0.03 | 0.88 | 0 | 0.16 | 297.78 | 0.79 | 0.47 |
| Hex | CF | 19 | D6 | 3 | 58 | 0 | 10 | 12A | 4F | 2F |
| Octal | 317 | 31 | 326 | 3 | 130 | 0 | 20 | 452 | 117 | 57 |
| Binary | 11001111 | 11001 | 11010110 | 11 | 1011000 | 0 | 10000 | 100101010 | 1001111 | 101111 |
Color Harmonies of #CF19D6
Complementary color
Monochromatic Colors of #CF19D6
Black with #CF19D6
Text Example
Text Example
White with #CF19D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19D6; }
p { color: rgb(207,25,214); }
H1.HeaderClassName
{
color: #CF19D6;
}
.AnyTagClassName
{
color: #CF19D6;
}
</style>
background-color css
<style>
a { background-color: #CF19D6; }
a { background-color: rgb(207,25,214); }
div.DivClassName
{
background-color: #CF19D6;
}
.BgClassName
{
background-color: #CF19D6;
}
</style>
border-color css
<style>
span { border-color: #CF19D6; }
span { border-color: rgb(207,25,214); }
td.TdClassName
{
border-color: #CF19D6;
}
.TagClassName
{
border-color: #CF19D6;
}
</style>