Shades of Medium Violet Red #CC2091
Tints of Medium Violet Red #CC2091
RGB
CMYK
RGB Variations
Color information
#CC2091 (or 0xCC2091) is known color: Medium Violet Red. HEX triplet: CC, 20 and 91. RGB value is (204,32,145). Sum of RGB (Red+Green+Blue) = 204+32+145=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2091 is #33DF6E. Grayscale: #606060. Windows color (decimal): -3399535 or 9511116. OLE color: 9511116.
HSL color Cylindrical-coordinate representation of color #CC2091: hue angle of 320.58º 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 #CC2091 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.2 |
| HSL | 320.58º | 0.73% | 0.46% | - |
| HSV(B) | 320.58º | 0.84% | 0.8% | - |
| XYZ | 30.53 | 15.91 | 28.25 | - |
| YUV | 96.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 145 | 0 | 0.84 | 0.29 | 0.2 | 320.58 | 0.73 | 0.46 |
| Hex | CC | 20 | 91 | 0 | 54 | 1D | 14 | 141 | 49 | 2E |
| Octal | 314 | 40 | 221 | 0 | 124 | 35 | 24 | 501 | 111 | 56 |
| Binary | 11001100 | 100000 | 10010001 | 0 | 1010100 | 11101 | 10100 | 101000001 | 1001001 | 101110 |
Color Harmonies of #CC2091
Complementary color
Monochromatic Colors of #CC2091
Black with #CC2091
Text Example
Text Example
White with #CC2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2091; }
p { color: rgb(204,32,145); }
H1.HeaderClassName
{
color: #CC2091;
}
.AnyTagClassName
{
color: #CC2091;
}
</style>
background-color css
<style>
a { background-color: #CC2091; }
a { background-color: rgb(204,32,145); }
div.DivClassName
{
background-color: #CC2091;
}
.BgClassName
{
background-color: #CC2091;
}
</style>
border-color css
<style>
span { border-color: #CC2091; }
span { border-color: rgb(204,32,145); }
td.TdClassName
{
border-color: #CC2091;
}
.TagClassName
{
border-color: #CC2091;
}
</style>