Shades of Medium Violet Red #CB197D
Tints of Medium Violet Red #CB197D
RGB
CMYK
RGB Variations
Color information
#CB197D (or 0xCB197D) is known color: Medium Violet Red. HEX triplet: CB, 19 and 7D. RGB value is (203,25,125). Sum of RGB (Red+Green+Blue) = 203+25+125=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB197D is #34E682. Grayscale: #595959. Windows color (decimal): -3466883 or 8198603. OLE color: 8198603.
HSL color Cylindrical-coordinate representation of color #CB197D: hue angle of 326.29º 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 #CB197D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.20 |
| HSL | 326.29º | 0.78% | 0.45% | - |
| HSV(B) | 326.29º | 0.88% | 0.8% | - |
| XYZ | 28.68 | 14.87 | 20.76 | - |
| YUV | 89.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 125 | 0 | 0.88 | 0.38 | 0.20 | 326.29 | 0.78 | 0.45 |
| Hex | CB | 19 | 7D | 0 | 58 | 26 | 14 | 146 | 4E | 2D |
| Octal | 313 | 31 | 175 | 0 | 130 | 46 | 24 | 506 | 116 | 55 |
| Binary | 11001011 | 11001 | 1111101 | 0 | 1011000 | 100110 | 10100 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CB197D
Complementary color
Monochromatic Colors of #CB197D
Black with #CB197D
Text Example
Text Example
White with #CB197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB197D; }
p { color: rgb(203,25,125); }
H1.HeaderClassName
{
color: #CB197D;
}
.AnyTagClassName
{
color: #CB197D;
}
</style>
background-color css
<style>
a { background-color: #CB197D; }
a { background-color: rgb(203,25,125); }
div.DivClassName
{
background-color: #CB197D;
}
.BgClassName
{
background-color: #CB197D;
}
</style>
border-color css
<style>
span { border-color: #CB197D; }
span { border-color: rgb(203,25,125); }
td.TdClassName
{
border-color: #CB197D;
}
.TagClassName
{
border-color: #CB197D;
}
</style>