Shades of Medium Violet Red #CB2091
Tints of Medium Violet Red #CB2091
RGB
CMYK
RGB Variations
Color information
#CB2091 (or 0xCB2091) is known color: Medium Violet Red. HEX triplet: CB, 20 and 91. RGB value is (203,32,145). Sum of RGB (Red+Green+Blue) = 203+32+145=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2091 is #34DF6E. Grayscale: #5F5F5F. Windows color (decimal): -3465071 or 9511115. OLE color: 9511115.
HSL color Cylindrical-coordinate representation of color #CB2091: hue angle of 320.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2091 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.20 |
| HSL | 320.35º | 0.73% | 0.46% | - |
| HSV(B) | 320.35º | 0.84% | 0.8% | - |
| XYZ | 30.26 | 15.77 | 28.24 | - |
| YUV | 96.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 145 | 0 | 0.84 | 0.29 | 0.20 | 320.35 | 0.73 | 0.46 |
| Hex | CB | 20 | 91 | 0 | 54 | 1D | 14 | 140 | 49 | 2E |
| Octal | 313 | 40 | 221 | 0 | 124 | 35 | 24 | 500 | 111 | 56 |
| Binary | 11001011 | 100000 | 10010001 | 0 | 1010100 | 11101 | 10100 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CB2091
Complementary color
Monochromatic Colors of #CB2091
Black with #CB2091
Text Example
Text Example
White with #CB2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2091; }
p { color: rgb(203,32,145); }
H1.HeaderClassName
{
color: #CB2091;
}
.AnyTagClassName
{
color: #CB2091;
}
</style>
background-color css
<style>
a { background-color: #CB2091; }
a { background-color: rgb(203,32,145); }
div.DivClassName
{
background-color: #CB2091;
}
.BgClassName
{
background-color: #CB2091;
}
</style>
border-color css
<style>
span { border-color: #CB2091; }
span { border-color: rgb(203,32,145); }
td.TdClassName
{
border-color: #CB2091;
}
.TagClassName
{
border-color: #CB2091;
}
</style>