Shades of Deep Magenta #CF19CD
Tints of Deep Magenta #CF19CD
RGB
CMYK
RGB Variations
Color information
#CF19CD (or 0xCF19CD) is known color: Deep Magenta. HEX triplet: CF, 19 and CD. RGB value is (207,25,205). Sum of RGB (Red+Green+Blue) = 207+25+205=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF19CD is #30E632. Grayscale: #636363. Windows color (decimal): -3204659 or 13441487. OLE color: 13441487.
HSL color Cylindrical-coordinate representation of color #CF19CD: hue angle of 300.66º 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 #CF19CD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 205 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.19 |
| HSL | 300.66º | 0.78% | 0.45% | - |
| HSV(B) | 300.66º | 0.88% | 0.81% | - |
| XYZ | 37.1 | 18.37 | 59.35 | - |
| YUV | 99.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 205 | 0 | 0.88 | 0.01 | 0.19 | 300.66 | 0.78 | 0.45 |
| Hex | CF | 19 | CD | 0 | 58 | 1 | 13 | 12D | 4E | 2D |
| Octal | 317 | 31 | 315 | 0 | 130 | 1 | 23 | 455 | 116 | 55 |
| Binary | 11001111 | 11001 | 11001101 | 0 | 1011000 | 1 | 10011 | 100101101 | 1001110 | 101101 |
Color Harmonies of #CF19CD
Complementary color
Monochromatic Colors of #CF19CD
Black with #CF19CD
Text Example
Text Example
White with #CF19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF19CD; }
p { color: rgb(207,25,205); }
H1.HeaderClassName
{
color: #CF19CD;
}
.AnyTagClassName
{
color: #CF19CD;
}
</style>
background-color css
<style>
a { background-color: #CF19CD; }
a { background-color: rgb(207,25,205); }
div.DivClassName
{
background-color: #CF19CD;
}
.BgClassName
{
background-color: #CF19CD;
}
</style>
border-color css
<style>
span { border-color: #CF19CD; }
span { border-color: rgb(207,25,205); }
td.TdClassName
{
border-color: #CF19CD;
}
.TagClassName
{
border-color: #CF19CD;
}
</style>