Shades of Deep Magenta #CC05E5
Tints of Deep Magenta #CC05E5
RGB
CMYK
RGB Variations
Color information
#CC05E5 (or 0xCC05E5) is known color: Deep Magenta. HEX triplet: CC, 05 and E5. RGB value is (204,5,229). Sum of RGB (Red+Green+Blue) = 204+5+229=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05E5 is #33FA1A. Grayscale: #595959. Windows color (decimal): -3406363 or 15009228. OLE color: 15009228.
HSL color Cylindrical-coordinate representation of color #CC05E5: hue angle of 293.3º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05E5 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 5 | 229 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.10 |
| HSL | 293.3º | 0.96% | 0.46% | - |
| HSV(B) | 293.3º | 0.98% | 0.9% | - |
| XYZ | 39.1 | 18.6 | 75.66 | - |
| YUV | 90.04 | 206.43 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 229 | 0.11 | 0.98 | 0 | 0.10 | 293.3 | 0.96 | 0.46 |
| Hex | CC | 5 | E5 | B | 62 | 0 | A | 125 | 60 | 2E |
| Octal | 314 | 5 | 345 | 13 | 142 | 0 | 12 | 445 | 140 | 56 |
| Binary | 11001100 | 101 | 11100101 | 1011 | 1100010 | 0 | 1010 | 100100101 | 1100000 | 101110 |
Color Harmonies of #CC05E5
Complementary color
Monochromatic Colors of #CC05E5
Black with #CC05E5
Text Example
Text Example
White with #CC05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05E5; }
p { color: rgb(204,5,229); }
H1.HeaderClassName
{
color: #CC05E5;
}
.AnyTagClassName
{
color: #CC05E5;
}
</style>
background-color css
<style>
a { background-color: #CC05E5; }
a { background-color: rgb(204,5,229); }
div.DivClassName
{
background-color: #CC05E5;
}
.BgClassName
{
background-color: #CC05E5;
}
</style>
border-color css
<style>
span { border-color: #CC05E5; }
span { border-color: rgb(204,5,229); }
td.TdClassName
{
border-color: #CC05E5;
}
.TagClassName
{
border-color: #CC05E5;
}
</style>