Shades of Medium Violet Red #CB1797
Tints of Medium Violet Red #CB1797
RGB
CMYK
RGB Variations
Color information
#CB1797 (or 0xCB1797) is known color: Medium Violet Red. HEX triplet: CB, 17 and 97. RGB value is (203,23,151). Sum of RGB (Red+Green+Blue) = 203+23+151=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1797 is #34E868. Grayscale: #5B5B5B. Windows color (decimal): -3467369 or 9902027. OLE color: 9902027.
HSL color Cylindrical-coordinate representation of color #CB1797: hue angle of 317.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1797 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 151 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.20 |
| HSL | 317.33º | 0.8% | 0.44% | - |
| HSV(B) | 317.33º | 0.89% | 0.8% | - |
| XYZ | 30.52 | 15.54 | 30.67 | - |
| YUV | 91.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 151 | 0 | 0.89 | 0.26 | 0.20 | 317.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 97 | 0 | 59 | 1A | 14 | 13D | 50 | 2C |
| Octal | 313 | 27 | 227 | 0 | 131 | 32 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10111 | 10010111 | 0 | 1011001 | 11010 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1797
Complementary color
Monochromatic Colors of #CB1797
Black with #CB1797
Text Example
Text Example
White with #CB1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1797; }
p { color: rgb(203,23,151); }
H1.HeaderClassName
{
color: #CB1797;
}
.AnyTagClassName
{
color: #CB1797;
}
</style>
background-color css
<style>
a { background-color: #CB1797; }
a { background-color: rgb(203,23,151); }
div.DivClassName
{
background-color: #CB1797;
}
.BgClassName
{
background-color: #CB1797;
}
</style>
border-color css
<style>
span { border-color: #CB1797; }
span { border-color: rgb(203,23,151); }
td.TdClassName
{
border-color: #CB1797;
}
.TagClassName
{
border-color: #CB1797;
}
</style>