Shades of Medium Violet Red #CC2297
Tints of Medium Violet Red #CC2297
RGB
CMYK
RGB Variations
Color information
#CC2297 (or 0xCC2297) is known color: Medium Violet Red. HEX triplet: CC, 22 and 97. RGB value is (204,34,151). Sum of RGB (Red+Green+Blue) = 204+34+151=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2297 is #33DD68. Grayscale: #616161. Windows color (decimal): -3399017 or 9904844. OLE color: 9904844.
HSL color Cylindrical-coordinate representation of color #CC2297: hue angle of 318.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2297 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 151 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.2 |
| HSL | 318.71º | 0.71% | 0.47% | - |
| HSV(B) | 318.71º | 0.83% | 0.8% | - |
| XYZ | 31.06 | 16.22 | 30.77 | - |
| YUV | 98.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 151 | 0 | 0.83 | 0.26 | 0.2 | 318.71 | 0.71 | 0.47 |
| Hex | CC | 22 | 97 | 0 | 53 | 1A | 14 | 13F | 47 | 2F |
| Octal | 314 | 42 | 227 | 0 | 123 | 32 | 24 | 477 | 107 | 57 |
| Binary | 11001100 | 100010 | 10010111 | 0 | 1010011 | 11010 | 10100 | 100111111 | 1000111 | 101111 |
Color Harmonies of #CC2297
Complementary color
Monochromatic Colors of #CC2297
Black with #CC2297
Text Example
Text Example
White with #CC2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2297; }
p { color: rgb(204,34,151); }
H1.HeaderClassName
{
color: #CC2297;
}
.AnyTagClassName
{
color: #CC2297;
}
</style>
background-color css
<style>
a { background-color: #CC2297; }
a { background-color: rgb(204,34,151); }
div.DivClassName
{
background-color: #CC2297;
}
.BgClassName
{
background-color: #CC2297;
}
</style>
border-color css
<style>
span { border-color: #CC2297; }
span { border-color: rgb(204,34,151); }
td.TdClassName
{
border-color: #CC2297;
}
.TagClassName
{
border-color: #CC2297;
}
</style>