Shades of Medium Red Violet #CC34A0
Tints of Medium Red Violet #CC34A0
RGB
CMYK
RGB Variations
Color information
#CC34A0 (or 0xCC34A0) is known color: Medium Red Violet. HEX triplet: CC, 34 and A0. RGB value is (204,52,160). Sum of RGB (Red+Green+Blue) = 204+52+160=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC34A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC34A0 is #33CB5F. Grayscale: #6D6D6D. Windows color (decimal): -3394400 or 10499276. OLE color: 10499276.
HSL color Cylindrical-coordinate representation of color #CC34A0: hue angle of 317.37º degrees, saturation: 0.6, 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 #CC34A0 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 160 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.2 |
| HSL | 317.37º | 0.6% | 0.5% | - |
| HSV(B) | 317.37º | 0.75% | 0.8% | - |
| XYZ | 32.48 | 17.83 | 34.99 | - |
| YUV | 109.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 160 | 0 | 0.75 | 0.22 | 0.2 | 317.37 | 0.6 | 0.5 |
| Hex | CC | 34 | A0 | 0 | 4B | 16 | 14 | 13D | 3C | 32 |
| Octal | 314 | 64 | 240 | 0 | 113 | 26 | 24 | 475 | 74 | 62 |
| Binary | 11001100 | 110100 | 10100000 | 0 | 1001011 | 10110 | 10100 | 100111101 | 111100 | 110010 |
Color Harmonies of #CC34A0
Complementary color
Monochromatic Colors of #CC34A0
Black with #CC34A0
Text Example
Text Example
White with #CC34A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34A0; }
p { color: rgb(204,52,160); }
H1.HeaderClassName
{
color: #CC34A0;
}
.AnyTagClassName
{
color: #CC34A0;
}
</style>
background-color css
<style>
a { background-color: #CC34A0; }
a { background-color: rgb(204,52,160); }
div.DivClassName
{
background-color: #CC34A0;
}
.BgClassName
{
background-color: #CC34A0;
}
</style>
border-color css
<style>
span { border-color: #CC34A0; }
span { border-color: rgb(204,52,160); }
td.TdClassName
{
border-color: #CC34A0;
}
.TagClassName
{
border-color: #CC34A0;
}
</style>