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