Shades of Medium Red Violet #CC2AA1
Tints of Medium Red Violet #CC2AA1
RGB
CMYK
RGB Variations
Color information
#CC2AA1 (or 0xCC2AA1) is known color: Medium Red Violet. HEX triplet: CC, 2A and A1. RGB value is (204,42,161). Sum of RGB (Red+Green+Blue) = 204+42+161=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AA1 is #33D55E. Grayscale: #676767. Windows color (decimal): -3396959 or 10562252. OLE color: 10562252.
HSL color Cylindrical-coordinate representation of color #CC2AA1: hue angle of 315.93º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2AA1 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 161 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.2 |
| HSL | 315.93º | 0.66% | 0.48% | - |
| HSV(B) | 315.93º | 0.79% | 0.8% | - |
| XYZ | 32.16 | 17.07 | 35.32 | - |
| YUV | 104 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 161 | 0 | 0.79 | 0.21 | 0.2 | 315.93 | 0.66 | 0.48 |
| Hex | CC | 2A | A1 | 0 | 4F | 15 | 14 | 13C | 42 | 30 |
| Octal | 314 | 52 | 241 | 0 | 117 | 25 | 24 | 474 | 102 | 60 |
| Binary | 11001100 | 101010 | 10100001 | 0 | 1001111 | 10101 | 10100 | 100111100 | 1000010 | 110000 |
Color Harmonies of #CC2AA1
Complementary color
Monochromatic Colors of #CC2AA1
Black with #CC2AA1
Text Example
Text Example
White with #CC2AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AA1; }
p { color: rgb(204,42,161); }
H1.HeaderClassName
{
color: #CC2AA1;
}
.AnyTagClassName
{
color: #CC2AA1;
}
</style>
background-color css
<style>
a { background-color: #CC2AA1; }
a { background-color: rgb(204,42,161); }
div.DivClassName
{
background-color: #CC2AA1;
}
.BgClassName
{
background-color: #CC2AA1;
}
</style>
border-color css
<style>
span { border-color: #CC2AA1; }
span { border-color: rgb(204,42,161); }
td.TdClassName
{
border-color: #CC2AA1;
}
.TagClassName
{
border-color: #CC2AA1;
}
</style>