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