Shades of Deep Magenta #CC01E7
Tints of Deep Magenta #CC01E7
RGB
CMYK
RGB Variations
Color information
#CC01E7 (or 0xCC01E7) is known color: Deep Magenta. HEX triplet: CC, 01 and E7. RGB value is (204,1,231). Sum of RGB (Red+Green+Blue) = 204+1+231=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC01E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01E7 is #33FE18. Grayscale: #575757. Windows color (decimal): -3407385 or 15139276. OLE color: 15139276.
HSL color Cylindrical-coordinate representation of color #CC01E7: hue angle of 292.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01E7 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 1 | 231 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.09 |
| HSL | 292.96º | 0.99% | 0.45% | - |
| HSV(B) | 292.96º | 1% | 0.91% | - |
| XYZ | 39.34 | 18.63 | 77.12 | - |
| YUV | 87.92 | 208.75 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 231 | 0.12 | 1.00 | 0 | 0.09 | 292.96 | 0.99 | 0.45 |
| Hex | CC | 1 | E7 | C | 64 | 0 | 9 | 125 | 63 | 2D |
| Octal | 314 | 1 | 347 | 14 | 144 | 0 | 11 | 445 | 143 | 55 |
| Binary | 11001100 | 1 | 11100111 | 1100 | 1100100 | 0 | 1001 | 100100101 | 1100011 | 101101 |
Color Harmonies of #CC01E7
Complementary color
Monochromatic Colors of #CC01E7
Black with #CC01E7
Text Example
Text Example
White with #CC01E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01E7; }
p { color: rgb(204,1,231); }
H1.HeaderClassName
{
color: #CC01E7;
}
.AnyTagClassName
{
color: #CC01E7;
}
</style>
background-color css
<style>
a { background-color: #CC01E7; }
a { background-color: rgb(204,1,231); }
div.DivClassName
{
background-color: #CC01E7;
}
.BgClassName
{
background-color: #CC01E7;
}
</style>
border-color css
<style>
span { border-color: #CC01E7; }
span { border-color: rgb(204,1,231); }
td.TdClassName
{
border-color: #CC01E7;
}
.TagClassName
{
border-color: #CC01E7;
}
</style>