Shades of Medium Violet Red #CC197D
Tints of Medium Violet Red #CC197D
RGB
CMYK
RGB Variations
Color information
#CC197D (or 0xCC197D) is known color: Medium Violet Red. HEX triplet: CC, 19 and 7D. RGB value is (204,25,125). Sum of RGB (Red+Green+Blue) = 204+25+125=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC197D is #33E682. Grayscale: #595959. Windows color (decimal): -3401347 or 8198604. OLE color: 8198604.
HSL color Cylindrical-coordinate representation of color #CC197D: hue angle of 326.48º 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 #CC197D is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.2 |
| HSL | 326.48º | 0.78% | 0.45% | - |
| HSV(B) | 326.48º | 0.88% | 0.8% | - |
| XYZ | 28.95 | 15.01 | 20.77 | - |
| YUV | 89.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 125 | 0 | 0.88 | 0.39 | 0.2 | 326.48 | 0.78 | 0.45 |
| Hex | CC | 19 | 7D | 0 | 58 | 27 | 14 | 146 | 4E | 2D |
| Octal | 314 | 31 | 175 | 0 | 130 | 47 | 24 | 506 | 116 | 55 |
| Binary | 11001100 | 11001 | 1111101 | 0 | 1011000 | 100111 | 10100 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CC197D
Complementary color
Monochromatic Colors of #CC197D
Black with #CC197D
Text Example
Text Example
White with #CC197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC197D; }
p { color: rgb(204,25,125); }
H1.HeaderClassName
{
color: #CC197D;
}
.AnyTagClassName
{
color: #CC197D;
}
</style>
background-color css
<style>
a { background-color: #CC197D; }
a { background-color: rgb(204,25,125); }
div.DivClassName
{
background-color: #CC197D;
}
.BgClassName
{
background-color: #CC197D;
}
</style>
border-color css
<style>
span { border-color: #CC197D; }
span { border-color: rgb(204,25,125); }
td.TdClassName
{
border-color: #CC197D;
}
.TagClassName
{
border-color: #CC197D;
}
</style>