Shades of Medium Violet Red #CB2089
Tints of Medium Violet Red #CB2089
RGB
CMYK
RGB Variations
Color information
#CB2089 (or 0xCB2089) is known color: Medium Violet Red. HEX triplet: CB, 20 and 89. RGB value is (203,32,137). Sum of RGB (Red+Green+Blue) = 203+32+137=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2089 is #34DF76. Grayscale: #5E5E5E. Windows color (decimal): -3465079 or 8986827. OLE color: 8986827.
HSL color Cylindrical-coordinate representation of color #CB2089: hue angle of 323.16º 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 #CB2089 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 137 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.20 |
| HSL | 323.16º | 0.73% | 0.46% | - |
| HSV(B) | 323.16º | 0.84% | 0.8% | - |
| XYZ | 29.66 | 15.54 | 25.1 | - |
| YUV | 95.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 137 | 0 | 0.84 | 0.33 | 0.20 | 323.16 | 0.73 | 0.46 |
| Hex | CB | 20 | 89 | 0 | 54 | 21 | 14 | 143 | 49 | 2E |
| Octal | 313 | 40 | 211 | 0 | 124 | 41 | 24 | 503 | 111 | 56 |
| Binary | 11001011 | 100000 | 10001001 | 0 | 1010100 | 100001 | 10100 | 101000011 | 1001001 | 101110 |
Color Harmonies of #CB2089
Complementary color
Monochromatic Colors of #CB2089
Black with #CB2089
Text Example
Text Example
White with #CB2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2089; }
p { color: rgb(203,32,137); }
H1.HeaderClassName
{
color: #CB2089;
}
.AnyTagClassName
{
color: #CB2089;
}
</style>
background-color css
<style>
a { background-color: #CB2089; }
a { background-color: rgb(203,32,137); }
div.DivClassName
{
background-color: #CB2089;
}
.BgClassName
{
background-color: #CB2089;
}
</style>
border-color css
<style>
span { border-color: #CB2089; }
span { border-color: rgb(203,32,137); }
td.TdClassName
{
border-color: #CB2089;
}
.TagClassName
{
border-color: #CB2089;
}
</style>