Shades of Medium Red Violet #CC32AA
Tints of Medium Red Violet #CC32AA
RGB
CMYK
RGB Variations
Color information
#CC32AA (or 0xCC32AA) is known color: Medium Red Violet. HEX triplet: CC, 32 and AA. RGB value is (204,50,170). Sum of RGB (Red+Green+Blue) = 204+50+170=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32AA is #33CD55. Grayscale: #6D6D6D. Windows color (decimal): -3394902 or 11154124. OLE color: 11154124.
HSL color Cylindrical-coordinate representation of color #CC32AA: hue angle of 313.25º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32AA is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 170 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.2 |
| HSL | 313.25º | 0.61% | 0.5% | - |
| HSV(B) | 313.25º | 0.75% | 0.8% | - |
| XYZ | 33.3 | 18.02 | 39.75 | - |
| YUV | 109.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 170 | 0 | 0.75 | 0.17 | 0.2 | 313.25 | 0.61 | 0.5 |
| Hex | CC | 32 | AA | 0 | 4B | 11 | 14 | 139 | 3D | 32 |
| Octal | 314 | 62 | 252 | 0 | 113 | 21 | 24 | 471 | 75 | 62 |
| Binary | 11001100 | 110010 | 10101010 | 0 | 1001011 | 10001 | 10100 | 100111001 | 111101 | 110010 |
Color Harmonies of #CC32AA
Complementary color
Monochromatic Colors of #CC32AA
Black with #CC32AA
Text Example
Text Example
White with #CC32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32AA; }
p { color: rgb(204,50,170); }
H1.HeaderClassName
{
color: #CC32AA;
}
.AnyTagClassName
{
color: #CC32AA;
}
</style>
background-color css
<style>
a { background-color: #CC32AA; }
a { background-color: rgb(204,50,170); }
div.DivClassName
{
background-color: #CC32AA;
}
.BgClassName
{
background-color: #CC32AA;
}
</style>
border-color css
<style>
span { border-color: #CC32AA; }
span { border-color: rgb(204,50,170); }
td.TdClassName
{
border-color: #CC32AA;
}
.TagClassName
{
border-color: #CC32AA;
}
</style>