Shades of Medium Violet Red #CC29A6
Tints of Medium Violet Red #CC29A6
RGB
CMYK
RGB Variations
Color information
#CC29A6 (or 0xCC29A6) is known color: Medium Violet Red. HEX triplet: CC, 29 and A6. RGB value is (204,41,166). Sum of RGB (Red+Green+Blue) = 204+41+166=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29A6 is #33D659. Grayscale: #676767. Windows color (decimal): -3397210 or 10889676. OLE color: 10889676.
HSL color Cylindrical-coordinate representation of color #CC29A6: hue angle of 313.99º 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 #CC29A6 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 166 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.2 |
| HSL | 313.99º | 0.67% | 0.48% | - |
| HSV(B) | 313.99º | 0.8% | 0.8% | - |
| XYZ | 32.58 | 17.18 | 37.67 | - |
| YUV | 103.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 166 | 0 | 0.80 | 0.19 | 0.2 | 313.99 | 0.67 | 0.48 |
| Hex | CC | 29 | A6 | 0 | 50 | 13 | 14 | 13A | 43 | 30 |
| Octal | 314 | 51 | 246 | 0 | 120 | 23 | 24 | 472 | 103 | 60 |
| Binary | 11001100 | 101001 | 10100110 | 0 | 1010000 | 10011 | 10100 | 100111010 | 1000011 | 110000 |
Color Harmonies of #CC29A6
Complementary color
Monochromatic Colors of #CC29A6
Black with #CC29A6
Text Example
Text Example
White with #CC29A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29A6; }
p { color: rgb(204,41,166); }
H1.HeaderClassName
{
color: #CC29A6;
}
.AnyTagClassName
{
color: #CC29A6;
}
</style>
background-color css
<style>
a { background-color: #CC29A6; }
a { background-color: rgb(204,41,166); }
div.DivClassName
{
background-color: #CC29A6;
}
.BgClassName
{
background-color: #CC29A6;
}
</style>
border-color css
<style>
span { border-color: #CC29A6; }
span { border-color: rgb(204,41,166); }
td.TdClassName
{
border-color: #CC29A6;
}
.TagClassName
{
border-color: #CC29A6;
}
</style>