Shades of Deep Magenta #CC19D9
Tints of Deep Magenta #CC19D9
RGB
CMYK
RGB Variations
Color information
#CC19D9 (or 0xCC19D9) is known color: Deep Magenta. HEX triplet: CC, 19 and D9. RGB value is (204,25,217). Sum of RGB (Red+Green+Blue) = 204+25+217=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC19D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19D9 is #33E626. Grayscale: #636363. Windows color (decimal): -3401255 or 14227916. OLE color: 14227916.
HSL color Cylindrical-coordinate representation of color #CC19D9: hue angle of 295.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19D9 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 25 | 217 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.15 |
| HSL | 295.94º | 0.79% | 0.47% | - |
| HSV(B) | 295.94º | 0.88% | 0.85% | - |
| XYZ | 37.77 | 18.54 | 67.23 | - |
| YUV | 100.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 217 | 0.06 | 0.88 | 0 | 0.15 | 295.94 | 0.79 | 0.47 |
| Hex | CC | 19 | D9 | 6 | 58 | 0 | F | 128 | 4F | 2F |
| Octal | 314 | 31 | 331 | 6 | 130 | 0 | 17 | 450 | 117 | 57 |
| Binary | 11001100 | 11001 | 11011001 | 110 | 1011000 | 0 | 1111 | 100101000 | 1001111 | 101111 |
Color Harmonies of #CC19D9
Complementary color
Monochromatic Colors of #CC19D9
Black with #CC19D9
Text Example
Text Example
White with #CC19D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19D9; }
p { color: rgb(204,25,217); }
H1.HeaderClassName
{
color: #CC19D9;
}
.AnyTagClassName
{
color: #CC19D9;
}
</style>
background-color css
<style>
a { background-color: #CC19D9; }
a { background-color: rgb(204,25,217); }
div.DivClassName
{
background-color: #CC19D9;
}
.BgClassName
{
background-color: #CC19D9;
}
</style>
border-color css
<style>
span { border-color: #CC19D9; }
span { border-color: rgb(204,25,217); }
td.TdClassName
{
border-color: #CC19D9;
}
.TagClassName
{
border-color: #CC19D9;
}
</style>