Shades of Medium Violet Red #CC2080
Tints of Medium Violet Red #CC2080
RGB
CMYK
RGB Variations
Color information
#CC2080 (or 0xCC2080) is known color: Medium Violet Red. HEX triplet: CC, 20 and 80. RGB value is (204,32,128). Sum of RGB (Red+Green+Blue) = 204+32+128=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2080 is #33DF7F. Grayscale: #5E5E5E. Windows color (decimal): -3399552 or 8397004. OLE color: 8397004.
HSL color Cylindrical-coordinate representation of color #CC2080: hue angle of 326.51º 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 #CC2080 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 128 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.2 |
| HSL | 326.51º | 0.73% | 0.46% | - |
| HSV(B) | 326.51º | 0.84% | 0.8% | - |
| XYZ | 29.31 | 15.43 | 21.86 | - |
| YUV | 94.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 128 | 0 | 0.84 | 0.37 | 0.2 | 326.51 | 0.73 | 0.46 |
| Hex | CC | 20 | 80 | 0 | 54 | 25 | 14 | 147 | 49 | 2E |
| Octal | 314 | 40 | 200 | 0 | 124 | 45 | 24 | 507 | 111 | 56 |
| Binary | 11001100 | 100000 | 10000000 | 0 | 1010100 | 100101 | 10100 | 101000111 | 1001001 | 101110 |
Color Harmonies of #CC2080
Complementary color
Monochromatic Colors of #CC2080
Black with #CC2080
Text Example
Text Example
White with #CC2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2080; }
p { color: rgb(204,32,128); }
H1.HeaderClassName
{
color: #CC2080;
}
.AnyTagClassName
{
color: #CC2080;
}
</style>
background-color css
<style>
a { background-color: #CC2080; }
a { background-color: rgb(204,32,128); }
div.DivClassName
{
background-color: #CC2080;
}
.BgClassName
{
background-color: #CC2080;
}
</style>
border-color css
<style>
span { border-color: #CC2080; }
span { border-color: rgb(204,32,128); }
td.TdClassName
{
border-color: #CC2080;
}
.TagClassName
{
border-color: #CC2080;
}
</style>