Shades of Medium Violet Red #CC2076
Tints of Medium Violet Red #CC2076
RGB
CMYK
RGB Variations
Color information
#CC2076 (or 0xCC2076) is known color: Medium Violet Red. HEX triplet: CC, 20 and 76. RGB value is (204,32,118). Sum of RGB (Red+Green+Blue) = 204+32+118=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2076 is #33DF89. Grayscale: #5D5D5D. Windows color (decimal): -3399562 or 7741644. OLE color: 7741644.
HSL color Cylindrical-coordinate representation of color #CC2076: hue angle of 330º 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 #CC2076 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 118 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.2 |
| HSL | 330º | 0.73% | 0.46% | - |
| HSV(B) | 330º | 0.84% | 0.8% | - |
| XYZ | 28.69 | 15.18 | 18.56 | - |
| YUV | 93.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 118 | 0 | 0.84 | 0.42 | 0.2 | 330 | 0.73 | 0.46 |
| Hex | CC | 20 | 76 | 0 | 54 | 2A | 14 | 14A | 49 | 2E |
| Octal | 314 | 40 | 166 | 0 | 124 | 52 | 24 | 512 | 111 | 56 |
| Binary | 11001100 | 100000 | 1110110 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001001 | 101110 |
Color Harmonies of #CC2076
Complementary color
Monochromatic Colors of #CC2076
Black with #CC2076
Text Example
Text Example
White with #CC2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2076; }
p { color: rgb(204,32,118); }
H1.HeaderClassName
{
color: #CC2076;
}
.AnyTagClassName
{
color: #CC2076;
}
</style>
background-color css
<style>
a { background-color: #CC2076; }
a { background-color: rgb(204,32,118); }
div.DivClassName
{
background-color: #CC2076;
}
.BgClassName
{
background-color: #CC2076;
}
</style>
border-color css
<style>
span { border-color: #CC2076; }
span { border-color: rgb(204,32,118); }
td.TdClassName
{
border-color: #CC2076;
}
.TagClassName
{
border-color: #CC2076;
}
</style>