Shades of Medium Violet Red #CC2197
Tints of Medium Violet Red #CC2197
RGB
CMYK
RGB Variations
Color information
#CC2197 (or 0xCC2197) is known color: Medium Violet Red. HEX triplet: CC, 21 and 97. RGB value is (204,33,151). Sum of RGB (Red+Green+Blue) = 204+33+151=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2197 is #33DE68. Grayscale: #616161. Windows color (decimal): -3399273 or 9904588. OLE color: 9904588.
HSL color Cylindrical-coordinate representation of color #CC2197: hue angle of 318.6º degrees, saturation: 0.72, 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 #CC2197 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 151 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.2 |
| HSL | 318.6º | 0.72% | 0.46% | - |
| HSV(B) | 318.6º | 0.84% | 0.8% | - |
| XYZ | 31.03 | 16.16 | 30.76 | - |
| YUV | 97.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 151 | 0 | 0.84 | 0.26 | 0.2 | 318.6 | 0.72 | 0.46 |
| Hex | CC | 21 | 97 | 0 | 54 | 1A | 14 | 13F | 48 | 2E |
| Octal | 314 | 41 | 227 | 0 | 124 | 32 | 24 | 477 | 110 | 56 |
| Binary | 11001100 | 100001 | 10010111 | 0 | 1010100 | 11010 | 10100 | 100111111 | 1001000 | 101110 |
Color Harmonies of #CC2197
Complementary color
Monochromatic Colors of #CC2197
Black with #CC2197
Text Example
Text Example
White with #CC2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2197; }
p { color: rgb(204,33,151); }
H1.HeaderClassName
{
color: #CC2197;
}
.AnyTagClassName
{
color: #CC2197;
}
</style>
background-color css
<style>
a { background-color: #CC2197; }
a { background-color: rgb(204,33,151); }
div.DivClassName
{
background-color: #CC2197;
}
.BgClassName
{
background-color: #CC2197;
}
</style>
border-color css
<style>
span { border-color: #CC2197; }
span { border-color: rgb(204,33,151); }
td.TdClassName
{
border-color: #CC2197;
}
.TagClassName
{
border-color: #CC2197;
}
</style>