Shades of Deep Magenta #CC19E6
Tints of Deep Magenta #CC19E6
RGB
CMYK
RGB Variations
Color information
#CC19E6 (or 0xCC19E6) is known color: Deep Magenta. HEX triplet: CC, 19 and E6. RGB value is (204,25,230). Sum of RGB (Red+Green+Blue) = 204+25+230=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19E6 is #33E619. Grayscale: #656565. Windows color (decimal): -3401242 or 15079884. OLE color: 15079884.
HSL color Cylindrical-coordinate representation of color #CC19E6: hue angle of 292.39º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC19E6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 25 | 230 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.10 |
| HSL | 292.39º | 0.8% | 0.5% | - |
| HSV(B) | 292.39º | 0.89% | 0.9% | - |
| XYZ | 39.53 | 19.25 | 76.49 | - |
| YUV | 101.89 | 200.3 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 230 | 0.11 | 0.89 | 0 | 0.10 | 292.39 | 0.8 | 0.5 |
| Hex | CC | 19 | E6 | B | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 314 | 31 | 346 | 13 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001100 | 11001 | 11100110 | 1011 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CC19E6
Complementary color
Monochromatic Colors of #CC19E6
Black with #CC19E6
Text Example
Text Example
White with #CC19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19E6; }
p { color: rgb(204,25,230); }
H1.HeaderClassName
{
color: #CC19E6;
}
.AnyTagClassName
{
color: #CC19E6;
}
</style>
background-color css
<style>
a { background-color: #CC19E6; }
a { background-color: rgb(204,25,230); }
div.DivClassName
{
background-color: #CC19E6;
}
.BgClassName
{
background-color: #CC19E6;
}
</style>
border-color css
<style>
span { border-color: #CC19E6; }
span { border-color: rgb(204,25,230); }
td.TdClassName
{
border-color: #CC19E6;
}
.TagClassName
{
border-color: #CC19E6;
}
</style>