Shades of Deep Magenta #CC13E4
Tints of Deep Magenta #CC13E4
RGB
CMYK
RGB Variations
Color information
#CC13E4 (or 0xCC13E4) is known color: Deep Magenta. HEX triplet: CC, 13 and E4. RGB value is (204,19,228). Sum of RGB (Red+Green+Blue) = 204+19+228=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC13E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13E4 is #33EC1B. Grayscale: #616161. Windows color (decimal): -3402780 or 14947276. OLE color: 14947276.
HSL color Cylindrical-coordinate representation of color #CC13E4: hue angle of 293.11º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC13E4 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 19 | 228 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.11 |
| HSL | 293.11º | 0.85% | 0.48% | - |
| HSV(B) | 293.11º | 0.92% | 0.89% | - |
| XYZ | 39.14 | 18.9 | 74.98 | - |
| YUV | 98.14 | 201.29 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 228 | 0.11 | 0.92 | 0 | 0.11 | 293.11 | 0.85 | 0.48 |
| Hex | CC | 13 | E4 | B | 5C | 0 | B | 125 | 55 | 30 |
| Octal | 314 | 23 | 344 | 13 | 134 | 0 | 13 | 445 | 125 | 60 |
| Binary | 11001100 | 10011 | 11100100 | 1011 | 1011100 | 0 | 1011 | 100100101 | 1010101 | 110000 |
Color Harmonies of #CC13E4
Complementary color
Monochromatic Colors of #CC13E4
Black with #CC13E4
Text Example
Text Example
White with #CC13E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13E4; }
p { color: rgb(204,19,228); }
H1.HeaderClassName
{
color: #CC13E4;
}
.AnyTagClassName
{
color: #CC13E4;
}
</style>
background-color css
<style>
a { background-color: #CC13E4; }
a { background-color: rgb(204,19,228); }
div.DivClassName
{
background-color: #CC13E4;
}
.BgClassName
{
background-color: #CC13E4;
}
</style>
border-color css
<style>
span { border-color: #CC13E4; }
span { border-color: rgb(204,19,228); }
td.TdClassName
{
border-color: #CC13E4;
}
.TagClassName
{
border-color: #CC13E4;
}
</style>