Shades of Deep Magenta #CC19CB
Tints of Deep Magenta #CC19CB
RGB
CMYK
RGB Variations
Color information
#CC19CB (or 0xCC19CB) is known color: Deep Magenta. HEX triplet: CC, 19 and CB. RGB value is (204,25,203). Sum of RGB (Red+Green+Blue) = 204+25+203=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CB is #33E634. Grayscale: #626262. Windows color (decimal): -3401269 or 13310412. OLE color: 13310412.
HSL color Cylindrical-coordinate representation of color #CC19CB: hue angle of 300.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 #CC19CB is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 203 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.2 |
| HSL | 300.34º | 0.78% | 0.45% | - |
| HSV(B) | 300.34º | 0.88% | 0.8% | - |
| XYZ | 36.03 | 17.84 | 58.05 | - |
| YUV | 98.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 203 | 0 | 0.88 | 0.00 | 0.2 | 300.34 | 0.78 | 0.45 |
| Hex | CC | 19 | CB | 0 | 58 | 0 | 14 | 12C | 4E | 2D |
| Octal | 314 | 31 | 313 | 0 | 130 | 0 | 24 | 454 | 116 | 55 |
| Binary | 11001100 | 11001 | 11001011 | 0 | 1011000 | 0 | 10100 | 100101100 | 1001110 | 101101 |
Color Harmonies of #CC19CB
Complementary color
Monochromatic Colors of #CC19CB
Black with #CC19CB
Text Example
Text Example
White with #CC19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19CB; }
p { color: rgb(204,25,203); }
H1.HeaderClassName
{
color: #CC19CB;
}
.AnyTagClassName
{
color: #CC19CB;
}
</style>
background-color css
<style>
a { background-color: #CC19CB; }
a { background-color: rgb(204,25,203); }
div.DivClassName
{
background-color: #CC19CB;
}
.BgClassName
{
background-color: #CC19CB;
}
</style>
border-color css
<style>
span { border-color: #CC19CB; }
span { border-color: rgb(204,25,203); }
td.TdClassName
{
border-color: #CC19CB;
}
.TagClassName
{
border-color: #CC19CB;
}
</style>