Shades of Medium Violet Red #CB1697
Tints of Medium Violet Red #CB1697
RGB
CMYK
RGB Variations
Color information
#CB1697 (or 0xCB1697) is known color: Medium Violet Red. HEX triplet: CB, 16 and 97. RGB value is (203,22,151). Sum of RGB (Red+Green+Blue) = 203+22+151=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1697 is #34E968. Grayscale: #5A5A5A. Windows color (decimal): -3467625 or 9901771. OLE color: 9901771.
HSL color Cylindrical-coordinate representation of color #CB1697: hue angle of 317.24º 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 #CB1697 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.20 |
| HSL | 317.24º | 0.8% | 0.44% | - |
| HSV(B) | 317.24º | 0.89% | 0.8% | - |
| XYZ | 30.5 | 15.5 | 30.66 | - |
| YUV | 90.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 151 | 0 | 0.89 | 0.26 | 0.20 | 317.24 | 0.8 | 0.44 |
| Hex | CB | 16 | 97 | 0 | 59 | 1A | 14 | 13D | 50 | 2C |
| Octal | 313 | 26 | 227 | 0 | 131 | 32 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10110 | 10010111 | 0 | 1011001 | 11010 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1697
Complementary color
Monochromatic Colors of #CB1697
Black with #CB1697
Text Example
Text Example
White with #CB1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1697; }
p { color: rgb(203,22,151); }
H1.HeaderClassName
{
color: #CB1697;
}
.AnyTagClassName
{
color: #CB1697;
}
</style>
background-color css
<style>
a { background-color: #CB1697; }
a { background-color: rgb(203,22,151); }
div.DivClassName
{
background-color: #CB1697;
}
.BgClassName
{
background-color: #CB1697;
}
</style>
border-color css
<style>
span { border-color: #CB1697; }
span { border-color: rgb(203,22,151); }
td.TdClassName
{
border-color: #CB1697;
}
.TagClassName
{
border-color: #CB1697;
}
</style>