Shades of Medium Violet Red #CC198A
Tints of Medium Violet Red #CC198A
RGB
CMYK
RGB Variations
Color information
#CC198A (or 0xCC198A) is known color: Medium Violet Red. HEX triplet: CC, 19 and 8A. RGB value is (204,25,138). Sum of RGB (Red+Green+Blue) = 204+25+138=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC198A is #33E675. Grayscale: #5B5B5B. Windows color (decimal): -3401334 or 9050572. OLE color: 9050572.
HSL color Cylindrical-coordinate representation of color #CC198A: hue angle of 322.12º 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 #CC198A is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 138 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.2 |
| HSL | 322.12º | 0.78% | 0.45% | - |
| HSV(B) | 322.12º | 0.88% | 0.8% | - |
| XYZ | 29.84 | 15.37 | 25.44 | - |
| YUV | 91.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 138 | 0 | 0.88 | 0.32 | 0.2 | 322.12 | 0.78 | 0.45 |
| Hex | CC | 19 | 8A | 0 | 58 | 20 | 14 | 142 | 4E | 2D |
| Octal | 314 | 31 | 212 | 0 | 130 | 40 | 24 | 502 | 116 | 55 |
| Binary | 11001100 | 11001 | 10001010 | 0 | 1011000 | 100000 | 10100 | 101000010 | 1001110 | 101101 |
Color Harmonies of #CC198A
Complementary color
Monochromatic Colors of #CC198A
Black with #CC198A
Text Example
Text Example
White with #CC198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC198A; }
p { color: rgb(204,25,138); }
H1.HeaderClassName
{
color: #CC198A;
}
.AnyTagClassName
{
color: #CC198A;
}
</style>
background-color css
<style>
a { background-color: #CC198A; }
a { background-color: rgb(204,25,138); }
div.DivClassName
{
background-color: #CC198A;
}
.BgClassName
{
background-color: #CC198A;
}
</style>
border-color css
<style>
span { border-color: #CC198A; }
span { border-color: rgb(204,25,138); }
td.TdClassName
{
border-color: #CC198A;
}
.TagClassName
{
border-color: #CC198A;
}
</style>