Shades of Deep Magenta #CC13C0
Tints of Deep Magenta #CC13C0
RGB
CMYK
RGB Variations
Color information
#CC13C0 (or 0xCC13C0) is known color: Deep Magenta. HEX triplet: CC, 13 and C0. RGB value is (204,19,192). Sum of RGB (Red+Green+Blue) = 204+19+192=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13C0 is #33EC3F. Grayscale: #5D5D5D. Windows color (decimal): -3402816 or 12587980. OLE color: 12587980.
HSL color Cylindrical-coordinate representation of color #CC13C0: hue angle of 303.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13C0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 192 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.2 |
| HSL | 303.89º | 0.83% | 0.44% | - |
| HSV(B) | 303.89º | 0.91% | 0.8% | - |
| XYZ | 34.65 | 17.11 | 51.35 | - |
| YUV | 94.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 192 | 0 | 0.91 | 0.06 | 0.2 | 303.89 | 0.83 | 0.44 |
| Hex | CC | 13 | C0 | 0 | 5B | 6 | 14 | 130 | 53 | 2C |
| Octal | 314 | 23 | 300 | 0 | 133 | 6 | 24 | 460 | 123 | 54 |
| Binary | 11001100 | 10011 | 11000000 | 0 | 1011011 | 110 | 10100 | 100110000 | 1010011 | 101100 |
Color Harmonies of #CC13C0
Complementary color
Monochromatic Colors of #CC13C0
Black with #CC13C0
Text Example
Text Example
White with #CC13C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13C0; }
p { color: rgb(204,19,192); }
H1.HeaderClassName
{
color: #CC13C0;
}
.AnyTagClassName
{
color: #CC13C0;
}
</style>
background-color css
<style>
a { background-color: #CC13C0; }
a { background-color: rgb(204,19,192); }
div.DivClassName
{
background-color: #CC13C0;
}
.BgClassName
{
background-color: #CC13C0;
}
</style>
border-color css
<style>
span { border-color: #CC13C0; }
span { border-color: rgb(204,19,192); }
td.TdClassName
{
border-color: #CC13C0;
}
.TagClassName
{
border-color: #CC13C0;
}
</style>