Shades of Deep Magenta #CC0CE1
Tints of Deep Magenta #CC0CE1
RGB
CMYK
RGB Variations
Color information
#CC0CE1 (or 0xCC0CE1) is known color: Deep Magenta. HEX triplet: CC, 0C and E1. RGB value is (204,12,225). Sum of RGB (Red+Green+Blue) = 204+12+225=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CE1 is #33F31E. Grayscale: #5D5D5D. Windows color (decimal): -3404575 or 14748876. OLE color: 14748876.
HSL color Cylindrical-coordinate representation of color #CC0CE1: hue angle of 294.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CE1 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 12 | 225 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.12 |
| HSL | 294.08º | 0.9% | 0.46% | - |
| HSV(B) | 294.08º | 0.95% | 0.88% | - |
| XYZ | 38.62 | 18.54 | 72.78 | - |
| YUV | 93.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 225 | 0.09 | 0.95 | 0 | 0.12 | 294.08 | 0.9 | 0.46 |
| Hex | CC | C | E1 | 9 | 5F | 0 | C | 126 | 5A | 2E |
| Octal | 314 | 14 | 341 | 11 | 137 | 0 | 14 | 446 | 132 | 56 |
| Binary | 11001100 | 1100 | 11100001 | 1001 | 1011111 | 0 | 1100 | 100100110 | 1011010 | 101110 |
Color Harmonies of #CC0CE1
Complementary color
Monochromatic Colors of #CC0CE1
Black with #CC0CE1
Text Example
Text Example
White with #CC0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CE1; }
p { color: rgb(204,12,225); }
H1.HeaderClassName
{
color: #CC0CE1;
}
.AnyTagClassName
{
color: #CC0CE1;
}
</style>
background-color css
<style>
a { background-color: #CC0CE1; }
a { background-color: rgb(204,12,225); }
div.DivClassName
{
background-color: #CC0CE1;
}
.BgClassName
{
background-color: #CC0CE1;
}
</style>
border-color css
<style>
span { border-color: #CC0CE1; }
span { border-color: rgb(204,12,225); }
td.TdClassName
{
border-color: #CC0CE1;
}
.TagClassName
{
border-color: #CC0CE1;
}
</style>