Shades of Medium Red Violet #CC32A7
Tints of Medium Red Violet #CC32A7
RGB
CMYK
RGB Variations
Color information
#CC32A7 (or 0xCC32A7) is known color: Medium Red Violet. HEX triplet: CC, 32 and A7. RGB value is (204,50,167). Sum of RGB (Red+Green+Blue) = 204+50+167=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC32A7 is #33CD58. Grayscale: #6D6D6D. Windows color (decimal): -3394905 or 10957516. OLE color: 10957516.
HSL color Cylindrical-coordinate representation of color #CC32A7: hue angle of 314.42º 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 #CC32A7 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 167 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.2 |
| HSL | 314.42º | 0.61% | 0.5% | - |
| HSV(B) | 314.42º | 0.75% | 0.8% | - |
| XYZ | 33.02 | 17.91 | 38.28 | - |
| YUV | 109.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 167 | 0 | 0.75 | 0.18 | 0.2 | 314.42 | 0.61 | 0.5 |
| Hex | CC | 32 | A7 | 0 | 4B | 12 | 14 | 13A | 3D | 32 |
| Octal | 314 | 62 | 247 | 0 | 113 | 22 | 24 | 472 | 75 | 62 |
| Binary | 11001100 | 110010 | 10100111 | 0 | 1001011 | 10010 | 10100 | 100111010 | 111101 | 110010 |
Color Harmonies of #CC32A7
Complementary color
Monochromatic Colors of #CC32A7
Black with #CC32A7
Text Example
Text Example
White with #CC32A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32A7; }
p { color: rgb(204,50,167); }
H1.HeaderClassName
{
color: #CC32A7;
}
.AnyTagClassName
{
color: #CC32A7;
}
</style>
background-color css
<style>
a { background-color: #CC32A7; }
a { background-color: rgb(204,50,167); }
div.DivClassName
{
background-color: #CC32A7;
}
.BgClassName
{
background-color: #CC32A7;
}
</style>
border-color css
<style>
span { border-color: #CC32A7; }
span { border-color: rgb(204,50,167); }
td.TdClassName
{
border-color: #CC32A7;
}
.TagClassName
{
border-color: #CC32A7;
}
</style>