Shades of Medium Violet Red #CC29AF
Tints of Medium Violet Red #CC29AF
RGB
CMYK
RGB Variations
Color information
#CC29AF (or 0xCC29AF) is known color: Medium Violet Red. HEX triplet: CC, 29 and AF. RGB value is (204,41,175). Sum of RGB (Red+Green+Blue) = 204+41+175=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC29AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC29AF is #33D650. Grayscale: #686868. Windows color (decimal): -3397201 or 11479500. OLE color: 11479500.
HSL color Cylindrical-coordinate representation of color #CC29AF: hue angle of 310.67º 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 #CC29AF is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 175 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.2 |
| HSL | 310.67º | 0.67% | 0.48% | - |
| HSV(B) | 310.67º | 0.8% | 0.8% | - |
| XYZ | 33.43 | 17.52 | 42.18 | - |
| YUV | 105.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 175 | 0 | 0.80 | 0.14 | 0.2 | 310.67 | 0.67 | 0.48 |
| Hex | CC | 29 | AF | 0 | 50 | E | 14 | 137 | 43 | 30 |
| Octal | 314 | 51 | 257 | 0 | 120 | 16 | 24 | 467 | 103 | 60 |
| Binary | 11001100 | 101001 | 10101111 | 0 | 1010000 | 1110 | 10100 | 100110111 | 1000011 | 110000 |
Color Harmonies of #CC29AF
Complementary color
Monochromatic Colors of #CC29AF
Black with #CC29AF
Text Example
Text Example
White with #CC29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC29AF; }
p { color: rgb(204,41,175); }
H1.HeaderClassName
{
color: #CC29AF;
}
.AnyTagClassName
{
color: #CC29AF;
}
</style>
background-color css
<style>
a { background-color: #CC29AF; }
a { background-color: rgb(204,41,175); }
div.DivClassName
{
background-color: #CC29AF;
}
.BgClassName
{
background-color: #CC29AF;
}
</style>
border-color css
<style>
span { border-color: #CC29AF; }
span { border-color: rgb(204,41,175); }
td.TdClassName
{
border-color: #CC29AF;
}
.TagClassName
{
border-color: #CC29AF;
}
</style>