Shades of Medium Violet Red #CC29A1
Tints of Medium Violet Red #CC29A1
RGB
CMYK
RGB Variations
Color information
#CC29A1 (or 0xCC29A1) is known color: Medium Violet Red. HEX triplet: CC, 29 and A1. RGB value is (204,41,161). Sum of RGB (Red+Green+Blue) = 204+41+161=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A1 is #33D65E. Grayscale: #676767. Windows color (decimal): -3397215 or 10561996. OLE color: 10561996.
HSL color Cylindrical-coordinate representation of color #CC29A1: hue angle of 315.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC29A1 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 161 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.2 |
| HSL | 315.83º | 0.67% | 0.48% | - |
| HSV(B) | 315.83º | 0.8% | 0.8% | - |
| XYZ | 32.13 | 17 | 35.31 | - |
| YUV | 103.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 161 | 0 | 0.80 | 0.21 | 0.2 | 315.83 | 0.67 | 0.48 |
| Hex | CC | 29 | A1 | 0 | 50 | 15 | 14 | 13C | 43 | 30 |
| Octal | 314 | 51 | 241 | 0 | 120 | 25 | 24 | 474 | 103 | 60 |
| Binary | 11001100 | 101001 | 10100001 | 0 | 1010000 | 10101 | 10100 | 100111100 | 1000011 | 110000 |
Color Harmonies of #CC29A1
Complementary color
Monochromatic Colors of #CC29A1
Black with #CC29A1
Text Example
Text Example
White with #CC29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29A1; }
p { color: rgb(204,41,161); }
H1.HeaderClassName
{
color: #CC29A1;
}
.AnyTagClassName
{
color: #CC29A1;
}
</style>
background-color css
<style>
a { background-color: #CC29A1; }
a { background-color: rgb(204,41,161); }
div.DivClassName
{
background-color: #CC29A1;
}
.BgClassName
{
background-color: #CC29A1;
}
</style>
border-color css
<style>
span { border-color: #CC29A1; }
span { border-color: rgb(204,41,161); }
td.TdClassName
{
border-color: #CC29A1;
}
.TagClassName
{
border-color: #CC29A1;
}
</style>