Shades of Medium Red Violet #CC32A3
Tints of Medium Red Violet #CC32A3
RGB
CMYK
RGB Variations
Color information
#CC32A3 (or 0xCC32A3) is known color: Medium Red Violet. HEX triplet: CC, 32 and A3. RGB value is (204,50,163). Sum of RGB (Red+Green+Blue) = 204+50+163=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32A3 is #33CD5C. Grayscale: #6C6C6C. Windows color (decimal): -3394909 or 10695372. OLE color: 10695372.
HSL color Cylindrical-coordinate representation of color #CC32A3: hue angle of 315.97º 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 #CC32A3 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 163 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.2 |
| HSL | 315.97º | 0.61% | 0.5% | - |
| HSV(B) | 315.97º | 0.75% | 0.8% | - |
| XYZ | 32.65 | 17.76 | 36.36 | - |
| YUV | 108.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 163 | 0 | 0.75 | 0.20 | 0.2 | 315.97 | 0.61 | 0.5 |
| Hex | CC | 32 | A3 | 0 | 4B | 14 | 14 | 13C | 3D | 32 |
| Octal | 314 | 62 | 243 | 0 | 113 | 24 | 24 | 474 | 75 | 62 |
| Binary | 11001100 | 110010 | 10100011 | 0 | 1001011 | 10100 | 10100 | 100111100 | 111101 | 110010 |
Color Harmonies of #CC32A3
Complementary color
Monochromatic Colors of #CC32A3
Black with #CC32A3
Text Example
Text Example
White with #CC32A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32A3; }
p { color: rgb(204,50,163); }
H1.HeaderClassName
{
color: #CC32A3;
}
.AnyTagClassName
{
color: #CC32A3;
}
</style>
background-color css
<style>
a { background-color: #CC32A3; }
a { background-color: rgb(204,50,163); }
div.DivClassName
{
background-color: #CC32A3;
}
.BgClassName
{
background-color: #CC32A3;
}
</style>
border-color css
<style>
span { border-color: #CC32A3; }
span { border-color: rgb(204,50,163); }
td.TdClassName
{
border-color: #CC32A3;
}
.TagClassName
{
border-color: #CC32A3;
}
</style>