Shades of Deep Magenta #CC13E5
Tints of Deep Magenta #CC13E5
RGB
CMYK
RGB Variations
Color information
#CC13E5 (or 0xCC13E5) is known color: Deep Magenta. HEX triplet: CC, 13 and E5. RGB value is (204,19,229). Sum of RGB (Red+Green+Blue) = 204+19+229=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC13E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13E5 is #33EC1A. Grayscale: #616161. Windows color (decimal): -3402779 or 15012812. OLE color: 15012812.
HSL color Cylindrical-coordinate representation of color #CC13E5: hue angle of 292.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC13E5 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 19 | 229 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.10 |
| HSL | 292.86º | 0.85% | 0.49% | - |
| HSV(B) | 292.86º | 0.92% | 0.9% | - |
| XYZ | 39.28 | 18.96 | 75.72 | - |
| YUV | 98.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 229 | 0.11 | 0.92 | 0 | 0.10 | 292.86 | 0.85 | 0.49 |
| Hex | CC | 13 | E5 | B | 5C | 0 | A | 125 | 55 | 31 |
| Octal | 314 | 23 | 345 | 13 | 134 | 0 | 12 | 445 | 125 | 61 |
| Binary | 11001100 | 10011 | 11100101 | 1011 | 1011100 | 0 | 1010 | 100100101 | 1010101 | 110001 |
Color Harmonies of #CC13E5
Complementary color
Monochromatic Colors of #CC13E5
Black with #CC13E5
Text Example
Text Example
White with #CC13E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13E5; }
p { color: rgb(204,19,229); }
H1.HeaderClassName
{
color: #CC13E5;
}
.AnyTagClassName
{
color: #CC13E5;
}
</style>
background-color css
<style>
a { background-color: #CC13E5; }
a { background-color: rgb(204,19,229); }
div.DivClassName
{
background-color: #CC13E5;
}
.BgClassName
{
background-color: #CC13E5;
}
</style>
border-color css
<style>
span { border-color: #CC13E5; }
span { border-color: rgb(204,19,229); }
td.TdClassName
{
border-color: #CC13E5;
}
.TagClassName
{
border-color: #CC13E5;
}
</style>