Shades of Medium Violet Red #CC2097
Tints of Medium Violet Red #CC2097
RGB
CMYK
RGB Variations
Color information
#CC2097 (or 0xCC2097) is known color: Medium Violet Red. HEX triplet: CC, 20 and 97. RGB value is (204,32,151). Sum of RGB (Red+Green+Blue) = 204+32+151=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2097 is #33DF68. Grayscale: #606060. Windows color (decimal): -3399529 or 9904332. OLE color: 9904332.
HSL color Cylindrical-coordinate representation of color #CC2097: hue angle of 318.49º 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 #CC2097 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 151 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.2 |
| HSL | 318.49º | 0.73% | 0.46% | - |
| HSV(B) | 318.49º | 0.84% | 0.8% | - |
| XYZ | 31 | 16.1 | 30.75 | - |
| YUV | 96.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 151 | 0 | 0.84 | 0.26 | 0.2 | 318.49 | 0.73 | 0.46 |
| Hex | CC | 20 | 97 | 0 | 54 | 1A | 14 | 13E | 49 | 2E |
| Octal | 314 | 40 | 227 | 0 | 124 | 32 | 24 | 476 | 111 | 56 |
| Binary | 11001100 | 100000 | 10010111 | 0 | 1010100 | 11010 | 10100 | 100111110 | 1001001 | 101110 |
Color Harmonies of #CC2097
Complementary color
Monochromatic Colors of #CC2097
Black with #CC2097
Text Example
Text Example
White with #CC2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2097; }
p { color: rgb(204,32,151); }
H1.HeaderClassName
{
color: #CC2097;
}
.AnyTagClassName
{
color: #CC2097;
}
</style>
background-color css
<style>
a { background-color: #CC2097; }
a { background-color: rgb(204,32,151); }
div.DivClassName
{
background-color: #CC2097;
}
.BgClassName
{
background-color: #CC2097;
}
</style>
border-color css
<style>
span { border-color: #CC2097; }
span { border-color: rgb(204,32,151); }
td.TdClassName
{
border-color: #CC2097;
}
.TagClassName
{
border-color: #CC2097;
}
</style>