Shades of Medium Violet Red #CC11AA
Tints of Medium Violet Red #CC11AA
RGB
CMYK
RGB Variations
Color information
#CC11AA (or 0xCC11AA) is known color: Medium Violet Red. HEX triplet: CC, 11 and AA. RGB value is (204,17,170). Sum of RGB (Red+Green+Blue) = 204+17+170=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC11AA is #33EE55. Grayscale: #595959. Windows color (decimal): -3403350 or 11145676. OLE color: 11145676.
HSL color Cylindrical-coordinate representation of color #CC11AA: hue angle of 310.91º 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 #CC11AA is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.2 |
| HSL | 310.91º | 0.85% | 0.43% | - |
| HSV(B) | 310.91º | 0.92% | 0.8% | - |
| XYZ | 32.36 | 16.14 | 39.44 | - |
| YUV | 90.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 170 | 0 | 0.92 | 0.17 | 0.2 | 310.91 | 0.85 | 0.43 |
| Hex | CC | 11 | AA | 0 | 5C | 11 | 14 | 137 | 55 | 2B |
| Octal | 314 | 21 | 252 | 0 | 134 | 21 | 24 | 467 | 125 | 53 |
| Binary | 11001100 | 10001 | 10101010 | 0 | 1011100 | 10001 | 10100 | 100110111 | 1010101 | 101011 |
Color Harmonies of #CC11AA
Complementary color
Monochromatic Colors of #CC11AA
Black with #CC11AA
Text Example
Text Example
White with #CC11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11AA; }
p { color: rgb(204,17,170); }
H1.HeaderClassName
{
color: #CC11AA;
}
.AnyTagClassName
{
color: #CC11AA;
}
</style>
background-color css
<style>
a { background-color: #CC11AA; }
a { background-color: rgb(204,17,170); }
div.DivClassName
{
background-color: #CC11AA;
}
.BgClassName
{
background-color: #CC11AA;
}
</style>
border-color css
<style>
span { border-color: #CC11AA; }
span { border-color: rgb(204,17,170); }
td.TdClassName
{
border-color: #CC11AA;
}
.TagClassName
{
border-color: #CC11AA;
}
</style>