Shades of Medium Violet Red #CC197F
Tints of Medium Violet Red #CC197F
RGB
CMYK
RGB Variations
Color information
#CC197F (or 0xCC197F) is known color: Medium Violet Red. HEX triplet: CC, 19 and 7F. RGB value is (204,25,127). Sum of RGB (Red+Green+Blue) = 204+25+127=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC197F is #33E680. Grayscale: #595959. Windows color (decimal): -3401345 or 8329676. OLE color: 8329676.
HSL color Cylindrical-coordinate representation of color #CC197F: hue angle of 325.81º 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 #CC197F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 127 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.2 |
| HSL | 325.81º | 0.78% | 0.45% | - |
| HSV(B) | 325.81º | 0.88% | 0.8% | - |
| XYZ | 29.08 | 15.06 | 21.45 | - |
| YUV | 90.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 127 | 0 | 0.88 | 0.38 | 0.2 | 325.81 | 0.78 | 0.45 |
| Hex | CC | 19 | 7F | 0 | 58 | 26 | 14 | 146 | 4E | 2D |
| Octal | 314 | 31 | 177 | 0 | 130 | 46 | 24 | 506 | 116 | 55 |
| Binary | 11001100 | 11001 | 1111111 | 0 | 1011000 | 100110 | 10100 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CC197F
Complementary color
Monochromatic Colors of #CC197F
Black with #CC197F
Text Example
Text Example
White with #CC197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC197F; }
p { color: rgb(204,25,127); }
H1.HeaderClassName
{
color: #CC197F;
}
.AnyTagClassName
{
color: #CC197F;
}
</style>
background-color css
<style>
a { background-color: #CC197F; }
a { background-color: rgb(204,25,127); }
div.DivClassName
{
background-color: #CC197F;
}
.BgClassName
{
background-color: #CC197F;
}
</style>
border-color css
<style>
span { border-color: #CC197F; }
span { border-color: rgb(204,25,127); }
td.TdClassName
{
border-color: #CC197F;
}
.TagClassName
{
border-color: #CC197F;
}
</style>