Shades of Deep Magenta #CC05E7
Tints of Deep Magenta #CC05E7
RGB
CMYK
RGB Variations
Color information
#CC05E7 (or 0xCC05E7) is known color: Deep Magenta. HEX triplet: CC, 05 and E7. RGB value is (204,5,231). Sum of RGB (Red+Green+Blue) = 204+5+231=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC05E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05E7 is #33FA18. Grayscale: #595959. Windows color (decimal): -3406361 or 15140300. OLE color: 15140300.
HSL color Cylindrical-coordinate representation of color #CC05E7: hue angle of 292.83º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05E7 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 5 | 231 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.09 |
| HSL | 292.83º | 0.96% | 0.46% | - |
| HSV(B) | 292.83º | 0.98% | 0.91% | - |
| XYZ | 39.38 | 18.72 | 77.14 | - |
| YUV | 90.27 | 207.43 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 231 | 0.12 | 0.98 | 0 | 0.09 | 292.83 | 0.96 | 0.46 |
| Hex | CC | 5 | E7 | C | 62 | 0 | 9 | 125 | 60 | 2E |
| Octal | 314 | 5 | 347 | 14 | 142 | 0 | 11 | 445 | 140 | 56 |
| Binary | 11001100 | 101 | 11100111 | 1100 | 1100010 | 0 | 1001 | 100100101 | 1100000 | 101110 |
Color Harmonies of #CC05E7
Complementary color
Monochromatic Colors of #CC05E7
Black with #CC05E7
Text Example
Text Example
White with #CC05E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05E7; }
p { color: rgb(204,5,231); }
H1.HeaderClassName
{
color: #CC05E7;
}
.AnyTagClassName
{
color: #CC05E7;
}
</style>
background-color css
<style>
a { background-color: #CC05E7; }
a { background-color: rgb(204,5,231); }
div.DivClassName
{
background-color: #CC05E7;
}
.BgClassName
{
background-color: #CC05E7;
}
</style>
border-color css
<style>
span { border-color: #CC05E7; }
span { border-color: rgb(204,5,231); }
td.TdClassName
{
border-color: #CC05E7;
}
.TagClassName
{
border-color: #CC05E7;
}
</style>