Shades of Deep Magenta #CC19C8
Tints of Deep Magenta #CC19C8
RGB
CMYK
RGB Variations
Color information
#CC19C8 (or 0xCC19C8) is known color: Deep Magenta. HEX triplet: CC, 19 and C8. RGB value is (204,25,200). Sum of RGB (Red+Green+Blue) = 204+25+200=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19C8 is #33E637. Grayscale: #616161. Windows color (decimal): -3401272 or 13113804. OLE color: 13113804.
HSL color Cylindrical-coordinate representation of color #CC19C8: hue angle of 301.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19C8 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 200 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.2 |
| HSL | 301.34º | 0.78% | 0.45% | - |
| HSV(B) | 301.34º | 0.88% | 0.8% | - |
| XYZ | 35.67 | 17.7 | 56.18 | - |
| YUV | 98.47 | 185.3 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 200 | 0 | 0.88 | 0.02 | 0.2 | 301.34 | 0.78 | 0.45 |
| Hex | CC | 19 | C8 | 0 | 58 | 2 | 14 | 12D | 4E | 2D |
| Octal | 314 | 31 | 310 | 0 | 130 | 2 | 24 | 455 | 116 | 55 |
| Binary | 11001100 | 11001 | 11001000 | 0 | 1011000 | 10 | 10100 | 100101101 | 1001110 | 101101 |
Color Harmonies of #CC19C8
Complementary color
Monochromatic Colors of #CC19C8
Black with #CC19C8
Text Example
Text Example
White with #CC19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19C8; }
p { color: rgb(204,25,200); }
H1.HeaderClassName
{
color: #CC19C8;
}
.AnyTagClassName
{
color: #CC19C8;
}
</style>
background-color css
<style>
a { background-color: #CC19C8; }
a { background-color: rgb(204,25,200); }
div.DivClassName
{
background-color: #CC19C8;
}
.BgClassName
{
background-color: #CC19C8;
}
</style>
border-color css
<style>
span { border-color: #CC19C8; }
span { border-color: rgb(204,25,200); }
td.TdClassName
{
border-color: #CC19C8;
}
.TagClassName
{
border-color: #CC19C8;
}
</style>