Shades of Deep Magenta #CC03E6
Tints of Deep Magenta #CC03E6
RGB
CMYK
RGB Variations
Color information
#CC03E6 (or 0xCC03E6) is known color: Deep Magenta. HEX triplet: CC, 03 and E6. RGB value is (204,3,230). Sum of RGB (Red+Green+Blue) = 204+3+230=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03E6 is #33FC19. Grayscale: #585858. Windows color (decimal): -3406874 or 15074252. OLE color: 15074252.
HSL color Cylindrical-coordinate representation of color #CC03E6: hue angle of 293.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03E6 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 3 | 230 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.10 |
| HSL | 293.13º | 0.97% | 0.46% | - |
| HSV(B) | 293.13º | 0.99% | 0.9% | - |
| XYZ | 39.22 | 18.62 | 76.39 | - |
| YUV | 88.98 | 207.59 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 230 | 0.11 | 0.99 | 0 | 0.10 | 293.13 | 0.97 | 0.46 |
| Hex | CC | 3 | E6 | B | 63 | 0 | A | 125 | 61 | 2E |
| Octal | 314 | 3 | 346 | 13 | 143 | 0 | 12 | 445 | 141 | 56 |
| Binary | 11001100 | 11 | 11100110 | 1011 | 1100011 | 0 | 1010 | 100100101 | 1100001 | 101110 |
Color Harmonies of #CC03E6
Complementary color
Monochromatic Colors of #CC03E6
Black with #CC03E6
Text Example
Text Example
White with #CC03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03E6; }
p { color: rgb(204,3,230); }
H1.HeaderClassName
{
color: #CC03E6;
}
.AnyTagClassName
{
color: #CC03E6;
}
</style>
background-color css
<style>
a { background-color: #CC03E6; }
a { background-color: rgb(204,3,230); }
div.DivClassName
{
background-color: #CC03E6;
}
.BgClassName
{
background-color: #CC03E6;
}
</style>
border-color css
<style>
span { border-color: #CC03E6; }
span { border-color: rgb(204,3,230); }
td.TdClassName
{
border-color: #CC03E6;
}
.TagClassName
{
border-color: #CC03E6;
}
</style>