Shades of Medium Violet Red #CC197C
Tints of Medium Violet Red #CC197C
RGB
CMYK
RGB Variations
Color information
#CC197C (or 0xCC197C) is known color: Medium Violet Red. HEX triplet: CC, 19 and 7C. RGB value is (204,25,124). Sum of RGB (Red+Green+Blue) = 204+25+124=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC197C is #33E683. Grayscale: #595959. Windows color (decimal): -3401348 or 8133068. OLE color: 8133068.
HSL color Cylindrical-coordinate representation of color #CC197C: hue angle of 326.82º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC197C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 124 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.2 |
| HSL | 326.82º | 0.78% | 0.45% | - |
| HSV(B) | 326.82º | 0.88% | 0.8% | - |
| XYZ | 28.89 | 14.99 | 20.44 | - |
| YUV | 89.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 124 | 0 | 0.88 | 0.39 | 0.2 | 326.82 | 0.78 | 0.45 |
| Hex | CC | 19 | 7C | 0 | 58 | 27 | 14 | 147 | 4E | 2D |
| Octal | 314 | 31 | 174 | 0 | 130 | 47 | 24 | 507 | 116 | 55 |
| Binary | 11001100 | 11001 | 1111100 | 0 | 1011000 | 100111 | 10100 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CC197C
Complementary color
Monochromatic Colors of #CC197C
Black with #CC197C
Text Example
Text Example
White with #CC197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC197C; }
p { color: rgb(204,25,124); }
H1.HeaderClassName
{
color: #CC197C;
}
.AnyTagClassName
{
color: #CC197C;
}
</style>
background-color css
<style>
a { background-color: #CC197C; }
a { background-color: rgb(204,25,124); }
div.DivClassName
{
background-color: #CC197C;
}
.BgClassName
{
background-color: #CC197C;
}
</style>
border-color css
<style>
span { border-color: #CC197C; }
span { border-color: rgb(204,25,124); }
td.TdClassName
{
border-color: #CC197C;
}
.TagClassName
{
border-color: #CC197C;
}
</style>