Shades of Deep Magenta #CC19DD
Tints of Deep Magenta #CC19DD
RGB
CMYK
RGB Variations
Color information
#CC19DD (or 0xCC19DD) is known color: Deep Magenta. HEX triplet: CC, 19 and DD. RGB value is (204,25,221). Sum of RGB (Red+Green+Blue) = 204+25+221=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19DD is #33E622. Grayscale: #646464. Windows color (decimal): -3401251 or 14490060. OLE color: 14490060.
HSL color Cylindrical-coordinate representation of color #CC19DD: hue angle of 294.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC19DD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 25 | 221 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.13 |
| HSL | 294.8º | 0.8% | 0.48% | - |
| HSV(B) | 294.8º | 0.89% | 0.87% | - |
| XYZ | 38.3 | 18.75 | 70.01 | - |
| YUV | 100.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 221 | 0.08 | 0.89 | 0 | 0.13 | 294.8 | 0.8 | 0.48 |
| Hex | CC | 19 | DD | 8 | 59 | 0 | D | 127 | 50 | 30 |
| Octal | 314 | 31 | 335 | 10 | 131 | 0 | 15 | 447 | 120 | 60 |
| Binary | 11001100 | 11001 | 11011101 | 1000 | 1011001 | 0 | 1101 | 100100111 | 1010000 | 110000 |
Color Harmonies of #CC19DD
Complementary color
Monochromatic Colors of #CC19DD
Black with #CC19DD
Text Example
Text Example
White with #CC19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19DD; }
p { color: rgb(204,25,221); }
H1.HeaderClassName
{
color: #CC19DD;
}
.AnyTagClassName
{
color: #CC19DD;
}
</style>
background-color css
<style>
a { background-color: #CC19DD; }
a { background-color: rgb(204,25,221); }
div.DivClassName
{
background-color: #CC19DD;
}
.BgClassName
{
background-color: #CC19DD;
}
</style>
border-color css
<style>
span { border-color: #CC19DD; }
span { border-color: rgb(204,25,221); }
td.TdClassName
{
border-color: #CC19DD;
}
.TagClassName
{
border-color: #CC19DD;
}
</style>