Shades of Medium Violet Red #CC197B
Tints of Medium Violet Red #CC197B
RGB
CMYK
RGB Variations
Color information
#CC197B (or 0xCC197B) is known color: Medium Violet Red. HEX triplet: CC, 19 and 7B. RGB value is (204,25,123). Sum of RGB (Red+Green+Blue) = 204+25+123=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC197B is #33E684. Grayscale: #595959. Windows color (decimal): -3401349 or 8067532. OLE color: 8067532.
HSL color Cylindrical-coordinate representation of color #CC197B: hue angle of 327.15º 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 #CC197B is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.2 |
| HSL | 327.15º | 0.78% | 0.45% | - |
| HSV(B) | 327.15º | 0.88% | 0.8% | - |
| XYZ | 28.82 | 14.96 | 20.11 | - |
| YUV | 89.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 123 | 0 | 0.88 | 0.40 | 0.2 | 327.15 | 0.78 | 0.45 |
| Hex | CC | 19 | 7B | 0 | 58 | 28 | 14 | 147 | 4E | 2D |
| Octal | 314 | 31 | 173 | 0 | 130 | 50 | 24 | 507 | 116 | 55 |
| Binary | 11001100 | 11001 | 1111011 | 0 | 1011000 | 101000 | 10100 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CC197B
Complementary color
Monochromatic Colors of #CC197B
Black with #CC197B
Text Example
Text Example
White with #CC197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC197B; }
p { color: rgb(204,25,123); }
H1.HeaderClassName
{
color: #CC197B;
}
.AnyTagClassName
{
color: #CC197B;
}
</style>
background-color css
<style>
a { background-color: #CC197B; }
a { background-color: rgb(204,25,123); }
div.DivClassName
{
background-color: #CC197B;
}
.BgClassName
{
background-color: #CC197B;
}
</style>
border-color css
<style>
span { border-color: #CC197B; }
span { border-color: rgb(204,25,123); }
td.TdClassName
{
border-color: #CC197B;
}
.TagClassName
{
border-color: #CC197B;
}
</style>