Shades of Deep Magenta #CC19DF
Tints of Deep Magenta #CC19DF
RGB
CMYK
RGB Variations
Color information
#CC19DF (or 0xCC19DF) is known color: Deep Magenta. HEX triplet: CC, 19 and DF. RGB value is (204,25,223). Sum of RGB (Red+Green+Blue) = 204+25+223=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19DF is #33E620. Grayscale: #646464. Windows color (decimal): -3401249 or 14621132. OLE color: 14621132.
HSL color Cylindrical-coordinate representation of color #CC19DF: hue angle of 294.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC19DF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 25 | 223 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.13 |
| HSL | 294.24º | 0.8% | 0.49% | - |
| HSV(B) | 294.24º | 0.89% | 0.87% | - |
| XYZ | 38.57 | 18.86 | 71.42 | - |
| YUV | 101.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 223 | 0.09 | 0.89 | 0 | 0.13 | 294.24 | 0.8 | 0.49 |
| Hex | CC | 19 | DF | 9 | 59 | 0 | D | 126 | 50 | 31 |
| Octal | 314 | 31 | 337 | 11 | 131 | 0 | 15 | 446 | 120 | 61 |
| Binary | 11001100 | 11001 | 11011111 | 1001 | 1011001 | 0 | 1101 | 100100110 | 1010000 | 110001 |
Color Harmonies of #CC19DF
Complementary color
Monochromatic Colors of #CC19DF
Black with #CC19DF
Text Example
Text Example
White with #CC19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19DF; }
p { color: rgb(204,25,223); }
H1.HeaderClassName
{
color: #CC19DF;
}
.AnyTagClassName
{
color: #CC19DF;
}
</style>
background-color css
<style>
a { background-color: #CC19DF; }
a { background-color: rgb(204,25,223); }
div.DivClassName
{
background-color: #CC19DF;
}
.BgClassName
{
background-color: #CC19DF;
}
</style>
border-color css
<style>
span { border-color: #CC19DF; }
span { border-color: rgb(204,25,223); }
td.TdClassName
{
border-color: #CC19DF;
}
.TagClassName
{
border-color: #CC19DF;
}
</style>