Shades of Deep Magenta #CC19CF
Tints of Deep Magenta #CC19CF
RGB
CMYK
RGB Variations
Color information
#CC19CF (or 0xCC19CF) is known color: Deep Magenta. HEX triplet: CC, 19 and CF. RGB value is (204,25,207). Sum of RGB (Red+Green+Blue) = 204+25+207=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CF is #33E630. Grayscale: #626262. Windows color (decimal): -3401265 or 13572556. OLE color: 13572556.
HSL color Cylindrical-coordinate representation of color #CC19CF: hue angle of 299.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19CF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 25 | 207 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.19 |
| HSL | 299.01º | 0.78% | 0.45% | - |
| HSV(B) | 299.01º | 0.88% | 0.81% | - |
| XYZ | 36.51 | 18.04 | 60.59 | - |
| YUV | 99.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 207 | 0.01 | 0.88 | 0 | 0.19 | 299.01 | 0.78 | 0.45 |
| Hex | CC | 19 | CF | 1 | 58 | 0 | 13 | 12B | 4E | 2D |
| Octal | 314 | 31 | 317 | 1 | 130 | 0 | 23 | 453 | 116 | 55 |
| Binary | 11001100 | 11001 | 11001111 | 1 | 1011000 | 0 | 10011 | 100101011 | 1001110 | 101101 |
Color Harmonies of #CC19CF
Complementary color
Monochromatic Colors of #CC19CF
Black with #CC19CF
Text Example
Text Example
White with #CC19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC19CF; }
p { color: rgb(204,25,207); }
H1.HeaderClassName
{
color: #CC19CF;
}
.AnyTagClassName
{
color: #CC19CF;
}
</style>
background-color css
<style>
a { background-color: #CC19CF; }
a { background-color: rgb(204,25,207); }
div.DivClassName
{
background-color: #CC19CF;
}
.BgClassName
{
background-color: #CC19CF;
}
</style>
border-color css
<style>
span { border-color: #CC19CF; }
span { border-color: rgb(204,25,207); }
td.TdClassName
{
border-color: #CC19CF;
}
.TagClassName
{
border-color: #CC19CF;
}
</style>