Shades of Deep Magenta #CC11C1
Tints of Deep Magenta #CC11C1
RGB
CMYK
RGB Variations
Color information
#CC11C1 (or 0xCC11C1) is known color: Deep Magenta. HEX triplet: CC, 11 and C1. RGB value is (204,17,193). Sum of RGB (Red+Green+Blue) = 204+17+193=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC11C1 is #33EE3E. Grayscale: #5C5C5C. Windows color (decimal): -3403327 or 12653004. OLE color: 12653004.
HSL color Cylindrical-coordinate representation of color #CC11C1: hue angle of 303.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC11C1 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 193 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.2 |
| HSL | 303.53º | 0.85% | 0.43% | - |
| HSV(B) | 303.53º | 0.92% | 0.8% | - |
| XYZ | 34.73 | 17.09 | 51.92 | - |
| YUV | 92.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 193 | 0 | 0.92 | 0.05 | 0.2 | 303.53 | 0.85 | 0.43 |
| Hex | CC | 11 | C1 | 0 | 5C | 5 | 14 | 130 | 55 | 2B |
| Octal | 314 | 21 | 301 | 0 | 134 | 5 | 24 | 460 | 125 | 53 |
| Binary | 11001100 | 10001 | 11000001 | 0 | 1011100 | 101 | 10100 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CC11C1
Complementary color
Monochromatic Colors of #CC11C1
Black with #CC11C1
Text Example
Text Example
White with #CC11C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11C1; }
p { color: rgb(204,17,193); }
H1.HeaderClassName
{
color: #CC11C1;
}
.AnyTagClassName
{
color: #CC11C1;
}
</style>
background-color css
<style>
a { background-color: #CC11C1; }
a { background-color: rgb(204,17,193); }
div.DivClassName
{
background-color: #CC11C1;
}
.BgClassName
{
background-color: #CC11C1;
}
</style>
border-color css
<style>
span { border-color: #CC11C1; }
span { border-color: rgb(204,17,193); }
td.TdClassName
{
border-color: #CC11C1;
}
.TagClassName
{
border-color: #CC11C1;
}
</style>