Shades of Medium Red Violet #CC32A4
Tints of Medium Red Violet #CC32A4
RGB
CMYK
RGB Variations
Color information
#CC32A4 (or 0xCC32A4) is known color: Medium Red Violet. HEX triplet: CC, 32 and A4. RGB value is (204,50,164). Sum of RGB (Red+Green+Blue) = 204+50+164=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32A4 is #33CD5B. Grayscale: #6C6C6C. Windows color (decimal): -3394908 or 10760908. OLE color: 10760908.
HSL color Cylindrical-coordinate representation of color #CC32A4: hue angle of 315.58º 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 #CC32A4 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 164 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.2 |
| HSL | 315.58º | 0.61% | 0.5% | - |
| HSV(B) | 315.58º | 0.75% | 0.8% | - |
| XYZ | 32.74 | 17.8 | 36.83 | - |
| YUV | 109.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 164 | 0 | 0.75 | 0.20 | 0.2 | 315.58 | 0.61 | 0.5 |
| Hex | CC | 32 | A4 | 0 | 4B | 14 | 14 | 13C | 3D | 32 |
| Octal | 314 | 62 | 244 | 0 | 113 | 24 | 24 | 474 | 75 | 62 |
| Binary | 11001100 | 110010 | 10100100 | 0 | 1001011 | 10100 | 10100 | 100111100 | 111101 | 110010 |
Color Harmonies of #CC32A4
Complementary color
Monochromatic Colors of #CC32A4
Black with #CC32A4
Text Example
Text Example
White with #CC32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32A4; }
p { color: rgb(204,50,164); }
H1.HeaderClassName
{
color: #CC32A4;
}
.AnyTagClassName
{
color: #CC32A4;
}
</style>
background-color css
<style>
a { background-color: #CC32A4; }
a { background-color: rgb(204,50,164); }
div.DivClassName
{
background-color: #CC32A4;
}
.BgClassName
{
background-color: #CC32A4;
}
</style>
border-color css
<style>
span { border-color: #CC32A4; }
span { border-color: rgb(204,50,164); }
td.TdClassName
{
border-color: #CC32A4;
}
.TagClassName
{
border-color: #CC32A4;
}
</style>