Shades of Medium Violet Red #CC2199
Tints of Medium Violet Red #CC2199
RGB
CMYK
RGB Variations
Color information
#CC2199 (or 0xCC2199) is known color: Medium Violet Red. HEX triplet: CC, 21 and 99. RGB value is (204,33,153). Sum of RGB (Red+Green+Blue) = 204+33+153=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2199 is #33DE66. Grayscale: #616161. Windows color (decimal): -3399271 or 10035660. OLE color: 10035660.
HSL color Cylindrical-coordinate representation of color #CC2199: hue angle of 317.89º 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 #CC2199 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 153 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.2 |
| HSL | 317.89º | 0.72% | 0.46% | - |
| HSV(B) | 317.89º | 0.84% | 0.8% | - |
| XYZ | 31.2 | 16.22 | 31.62 | - |
| YUV | 97.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 153 | 0 | 0.84 | 0.25 | 0.2 | 317.89 | 0.72 | 0.46 |
| Hex | CC | 21 | 99 | 0 | 54 | 19 | 14 | 13E | 48 | 2E |
| Octal | 314 | 41 | 231 | 0 | 124 | 31 | 24 | 476 | 110 | 56 |
| Binary | 11001100 | 100001 | 10011001 | 0 | 1010100 | 11001 | 10100 | 100111110 | 1001000 | 101110 |
Color Harmonies of #CC2199
Complementary color
Monochromatic Colors of #CC2199
Black with #CC2199
Text Example
Text Example
White with #CC2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2199; }
p { color: rgb(204,33,153); }
H1.HeaderClassName
{
color: #CC2199;
}
.AnyTagClassName
{
color: #CC2199;
}
</style>
background-color css
<style>
a { background-color: #CC2199; }
a { background-color: rgb(204,33,153); }
div.DivClassName
{
background-color: #CC2199;
}
.BgClassName
{
background-color: #CC2199;
}
</style>
border-color css
<style>
span { border-color: #CC2199; }
span { border-color: rgb(204,33,153); }
td.TdClassName
{
border-color: #CC2199;
}
.TagClassName
{
border-color: #CC2199;
}
</style>