Shades of Medium Violet Red #CB197A
Tints of Medium Violet Red #CB197A
RGB
CMYK
RGB Variations
Color information
#CB197A (or 0xCB197A) is known color: Medium Violet Red. HEX triplet: CB, 19 and 7A. RGB value is (203,25,122). Sum of RGB (Red+Green+Blue) = 203+25+122=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB197A is #34E685. Grayscale: #595959. Windows color (decimal): -3466886 or 8001995. OLE color: 8001995.
HSL color Cylindrical-coordinate representation of color #CB197A: hue angle of 327.3º 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 #CB197A is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 122 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.20 |
| HSL | 327.3º | 0.78% | 0.45% | - |
| HSV(B) | 327.3º | 0.88% | 0.8% | - |
| XYZ | 28.49 | 14.8 | 19.77 | - |
| YUV | 89.28 | 146.47 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 122 | 0 | 0.88 | 0.40 | 0.20 | 327.3 | 0.78 | 0.45 |
| Hex | CB | 19 | 7A | 0 | 58 | 28 | 14 | 147 | 4E | 2D |
| Octal | 313 | 31 | 172 | 0 | 130 | 50 | 24 | 507 | 116 | 55 |
| Binary | 11001011 | 11001 | 1111010 | 0 | 1011000 | 101000 | 10100 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CB197A
Complementary color
Monochromatic Colors of #CB197A
Black with #CB197A
Text Example
Text Example
White with #CB197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB197A; }
p { color: rgb(203,25,122); }
H1.HeaderClassName
{
color: #CB197A;
}
.AnyTagClassName
{
color: #CB197A;
}
</style>
background-color css
<style>
a { background-color: #CB197A; }
a { background-color: rgb(203,25,122); }
div.DivClassName
{
background-color: #CB197A;
}
.BgClassName
{
background-color: #CB197A;
}
</style>
border-color css
<style>
span { border-color: #CB197A; }
span { border-color: rgb(203,25,122); }
td.TdClassName
{
border-color: #CB197A;
}
.TagClassName
{
border-color: #CB197A;
}
</style>