Shades of Medium Violet Red #CC20A0
Tints of Medium Violet Red #CC20A0
RGB
CMYK
RGB Variations
Color information
#CC20A0 (or 0xCC20A0) is known color: Medium Violet Red. HEX triplet: CC, 20 and A0. RGB value is (204,32,160). Sum of RGB (Red+Green+Blue) = 204+32+160=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC20A0 is #33DF5F. Grayscale: #616161. Windows color (decimal): -3399520 or 10494156. OLE color: 10494156.
HSL color Cylindrical-coordinate representation of color #CC20A0: hue angle of 315.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20A0 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 160 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.2 |
| HSL | 315.35º | 0.73% | 0.46% | - |
| HSV(B) | 315.35º | 0.84% | 0.8% | - |
| XYZ | 31.76 | 16.41 | 34.75 | - |
| YUV | 98.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 160 | 0 | 0.84 | 0.22 | 0.2 | 315.35 | 0.73 | 0.46 |
| Hex | CC | 20 | A0 | 0 | 54 | 16 | 14 | 13B | 49 | 2E |
| Octal | 314 | 40 | 240 | 0 | 124 | 26 | 24 | 473 | 111 | 56 |
| Binary | 11001100 | 100000 | 10100000 | 0 | 1010100 | 10110 | 10100 | 100111011 | 1001001 | 101110 |
Color Harmonies of #CC20A0
Complementary color
Monochromatic Colors of #CC20A0
Black with #CC20A0
Text Example
Text Example
White with #CC20A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC20A0; }
p { color: rgb(204,32,160); }
H1.HeaderClassName
{
color: #CC20A0;
}
.AnyTagClassName
{
color: #CC20A0;
}
</style>
background-color css
<style>
a { background-color: #CC20A0; }
a { background-color: rgb(204,32,160); }
div.DivClassName
{
background-color: #CC20A0;
}
.BgClassName
{
background-color: #CC20A0;
}
</style>
border-color css
<style>
span { border-color: #CC20A0; }
span { border-color: rgb(204,32,160); }
td.TdClassName
{
border-color: #CC20A0;
}
.TagClassName
{
border-color: #CC20A0;
}
</style>