Shades of Medium Red Violet #CC329F
Tints of Medium Red Violet #CC329F
RGB
CMYK
RGB Variations
Color information
#CC329F (or 0xCC329F) is known color: Medium Red Violet. HEX triplet: CC, 32 and 9F. RGB value is (204,50,159). Sum of RGB (Red+Green+Blue) = 204+50+159=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC329F is #33CD60. Grayscale: #6C6C6C. Windows color (decimal): -3394913 or 10433228. OLE color: 10433228.
HSL color Cylindrical-coordinate representation of color #CC329F: hue angle of 317.53º 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 #CC329F is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 159 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.2 |
| HSL | 317.53º | 0.61% | 0.5% | - |
| HSV(B) | 317.53º | 0.75% | 0.8% | - |
| XYZ | 32.3 | 17.62 | 34.5 | - |
| YUV | 108.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 159 | 0 | 0.75 | 0.22 | 0.2 | 317.53 | 0.61 | 0.5 |
| Hex | CC | 32 | 9F | 0 | 4B | 16 | 14 | 13E | 3D | 32 |
| Octal | 314 | 62 | 237 | 0 | 113 | 26 | 24 | 476 | 75 | 62 |
| Binary | 11001100 | 110010 | 10011111 | 0 | 1001011 | 10110 | 10100 | 100111110 | 111101 | 110010 |
Color Harmonies of #CC329F
Complementary color
Monochromatic Colors of #CC329F
Black with #CC329F
Text Example
Text Example
White with #CC329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC329F; }
p { color: rgb(204,50,159); }
H1.HeaderClassName
{
color: #CC329F;
}
.AnyTagClassName
{
color: #CC329F;
}
</style>
background-color css
<style>
a { background-color: #CC329F; }
a { background-color: rgb(204,50,159); }
div.DivClassName
{
background-color: #CC329F;
}
.BgClassName
{
background-color: #CC329F;
}
</style>
border-color css
<style>
span { border-color: #CC329F; }
span { border-color: rgb(204,50,159); }
td.TdClassName
{
border-color: #CC329F;
}
.TagClassName
{
border-color: #CC329F;
}
</style>