Shades of Medium Violet Red #CB2096
Tints of Medium Violet Red #CB2096
RGB
CMYK
RGB Variations
Color information
#CB2096 (or 0xCB2096) is known color: Medium Violet Red. HEX triplet: CB, 20 and 96. RGB value is (203,32,150). Sum of RGB (Red+Green+Blue) = 203+32+150=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2096 is #34DF69. Grayscale: #606060. Windows color (decimal): -3465066 or 9838795. OLE color: 9838795.
HSL color Cylindrical-coordinate representation of color #CB2096: hue angle of 318.6º 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 #CB2096 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 150 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.20 |
| HSL | 318.6º | 0.73% | 0.46% | - |
| HSV(B) | 318.6º | 0.84% | 0.8% | - |
| XYZ | 30.65 | 15.93 | 30.31 | - |
| YUV | 96.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 150 | 0 | 0.84 | 0.26 | 0.20 | 318.6 | 0.73 | 0.46 |
| Hex | CB | 20 | 96 | 0 | 54 | 1A | 14 | 13F | 49 | 2E |
| Octal | 313 | 40 | 226 | 0 | 124 | 32 | 24 | 477 | 111 | 56 |
| Binary | 11001011 | 100000 | 10010110 | 0 | 1010100 | 11010 | 10100 | 100111111 | 1001001 | 101110 |
Color Harmonies of #CB2096
Complementary color
Monochromatic Colors of #CB2096
Black with #CB2096
Text Example
Text Example
White with #CB2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2096; }
p { color: rgb(203,32,150); }
H1.HeaderClassName
{
color: #CB2096;
}
.AnyTagClassName
{
color: #CB2096;
}
</style>
background-color css
<style>
a { background-color: #CB2096; }
a { background-color: rgb(203,32,150); }
div.DivClassName
{
background-color: #CB2096;
}
.BgClassName
{
background-color: #CB2096;
}
</style>
border-color css
<style>
span { border-color: #CB2096; }
span { border-color: rgb(203,32,150); }
td.TdClassName
{
border-color: #CB2096;
}
.TagClassName
{
border-color: #CB2096;
}
</style>