Shades of Medium Violet Red #CC196E
Tints of Medium Violet Red #CC196E
RGB
CMYK
RGB Variations
Color information
#CC196E (or 0xCC196E) is known color: Medium Violet Red. HEX triplet: CC, 19 and 6E. RGB value is (204,25,110). Sum of RGB (Red+Green+Blue) = 204+25+110=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC196E is #33E691. Grayscale: #585858. Windows color (decimal): -3401362 or 7215564. OLE color: 7215564.
HSL color Cylindrical-coordinate representation of color #CC196E: hue angle of 331.51º 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 #CC196E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 110 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.2 |
| HSL | 331.51º | 0.78% | 0.45% | - |
| HSV(B) | 331.51º | 0.88% | 0.8% | - |
| XYZ | 28.06 | 14.66 | 16.1 | - |
| YUV | 88.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 110 | 0 | 0.88 | 0.46 | 0.2 | 331.51 | 0.78 | 0.45 |
| Hex | CC | 19 | 6E | 0 | 58 | 2E | 14 | 14C | 4E | 2D |
| Octal | 314 | 31 | 156 | 0 | 130 | 56 | 24 | 514 | 116 | 55 |
| Binary | 11001100 | 11001 | 1101110 | 0 | 1011000 | 101110 | 10100 | 101001100 | 1001110 | 101101 |
Color Harmonies of #CC196E
Complementary color
Monochromatic Colors of #CC196E
Black with #CC196E
Text Example
Text Example
White with #CC196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC196E; }
p { color: rgb(204,25,110); }
H1.HeaderClassName
{
color: #CC196E;
}
.AnyTagClassName
{
color: #CC196E;
}
</style>
background-color css
<style>
a { background-color: #CC196E; }
a { background-color: rgb(204,25,110); }
div.DivClassName
{
background-color: #CC196E;
}
.BgClassName
{
background-color: #CC196E;
}
</style>
border-color css
<style>
span { border-color: #CC196E; }
span { border-color: rgb(204,25,110); }
td.TdClassName
{
border-color: #CC196E;
}
.TagClassName
{
border-color: #CC196E;
}
</style>