Shades of Medium Violet Red #CB1597
Tints of Medium Violet Red #CB1597
RGB
CMYK
RGB Variations
Color information
#CB1597 (or 0xCB1597) is known color: Medium Violet Red. HEX triplet: CB, 15 and 97. RGB value is (203,21,151). Sum of RGB (Red+Green+Blue) = 203+21+151=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1597 is #34EA68. Grayscale: #595959. Windows color (decimal): -3467881 or 9901515. OLE color: 9901515.
HSL color Cylindrical-coordinate representation of color #CB1597: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1597 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 151 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.20 |
| HSL | 317.14º | 0.81% | 0.44% | - |
| HSV(B) | 317.14º | 0.9% | 0.8% | - |
| XYZ | 30.48 | 15.47 | 30.66 | - |
| YUV | 90.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 151 | 0 | 0.90 | 0.26 | 0.20 | 317.14 | 0.81 | 0.44 |
| Hex | CB | 15 | 97 | 0 | 5A | 1A | 14 | 13D | 51 | 2C |
| Octal | 313 | 25 | 227 | 0 | 132 | 32 | 24 | 475 | 121 | 54 |
| Binary | 11001011 | 10101 | 10010111 | 0 | 1011010 | 11010 | 10100 | 100111101 | 1010001 | 101100 |
Color Harmonies of #CB1597
Complementary color
Monochromatic Colors of #CB1597
Black with #CB1597
Text Example
Text Example
White with #CB1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1597; }
p { color: rgb(203,21,151); }
H1.HeaderClassName
{
color: #CB1597;
}
.AnyTagClassName
{
color: #CB1597;
}
</style>
background-color css
<style>
a { background-color: #CB1597; }
a { background-color: rgb(203,21,151); }
div.DivClassName
{
background-color: #CB1597;
}
.BgClassName
{
background-color: #CB1597;
}
</style>
border-color css
<style>
span { border-color: #CB1597; }
span { border-color: rgb(203,21,151); }
td.TdClassName
{
border-color: #CB1597;
}
.TagClassName
{
border-color: #CB1597;
}
</style>