Shades of Deep Magenta #CC04E6
Tints of Deep Magenta #CC04E6
RGB
CMYK
RGB Variations
Color information
#CC04E6 (or 0xCC04E6) is known color: Deep Magenta. HEX triplet: CC, 04 and E6. RGB value is (204,4,230). Sum of RGB (Red+Green+Blue) = 204+4+230=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC04E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04E6 is #33FB19. Grayscale: #585858. Windows color (decimal): -3406618 or 15074508. OLE color: 15074508.
HSL color Cylindrical-coordinate representation of color #CC04E6: hue angle of 293.1º degrees, saturation: 0.97, 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 #CC04E6 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 4 | 230 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.10 |
| HSL | 293.1º | 0.97% | 0.46% | - |
| HSV(B) | 293.1º | 0.98% | 0.9% | - |
| XYZ | 39.23 | 18.64 | 76.39 | - |
| YUV | 89.56 | 207.26 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 230 | 0.11 | 0.98 | 0 | 0.10 | 293.1 | 0.97 | 0.46 |
| Hex | CC | 4 | E6 | B | 62 | 0 | A | 125 | 61 | 2E |
| Octal | 314 | 4 | 346 | 13 | 142 | 0 | 12 | 445 | 141 | 56 |
| Binary | 11001100 | 100 | 11100110 | 1011 | 1100010 | 0 | 1010 | 100100101 | 1100001 | 101110 |
Color Harmonies of #CC04E6
Complementary color
Monochromatic Colors of #CC04E6
Black with #CC04E6
Text Example
Text Example
White with #CC04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04E6; }
p { color: rgb(204,4,230); }
H1.HeaderClassName
{
color: #CC04E6;
}
.AnyTagClassName
{
color: #CC04E6;
}
</style>
background-color css
<style>
a { background-color: #CC04E6; }
a { background-color: rgb(204,4,230); }
div.DivClassName
{
background-color: #CC04E6;
}
.BgClassName
{
background-color: #CC04E6;
}
</style>
border-color css
<style>
span { border-color: #CC04E6; }
span { border-color: rgb(204,4,230); }
td.TdClassName
{
border-color: #CC04E6;
}
.TagClassName
{
border-color: #CC04E6;
}
</style>