Shades of Medium Violet Red #CB2088
Tints of Medium Violet Red #CB2088
RGB
CMYK
RGB Variations
Color information
#CB2088 (or 0xCB2088) is known color: Medium Violet Red. HEX triplet: CB, 20 and 88. RGB value is (203,32,136). Sum of RGB (Red+Green+Blue) = 203+32+136=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2088 is #34DF77. Grayscale: #5E5E5E. Windows color (decimal): -3465080 or 8921291. OLE color: 8921291.
HSL color Cylindrical-coordinate representation of color #CB2088: hue angle of 323.51º 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 #CB2088 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 136 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.20 |
| HSL | 323.51º | 0.73% | 0.46% | - |
| HSV(B) | 323.51º | 0.84% | 0.8% | - |
| XYZ | 29.59 | 15.51 | 24.73 | - |
| YUV | 94.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 136 | 0 | 0.84 | 0.33 | 0.20 | 323.51 | 0.73 | 0.46 |
| Hex | CB | 20 | 88 | 0 | 54 | 21 | 14 | 144 | 49 | 2E |
| Octal | 313 | 40 | 210 | 0 | 124 | 41 | 24 | 504 | 111 | 56 |
| Binary | 11001011 | 100000 | 10001000 | 0 | 1010100 | 100001 | 10100 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CB2088
Complementary color
Monochromatic Colors of #CB2088
Black with #CB2088
Text Example
Text Example
White with #CB2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2088; }
p { color: rgb(203,32,136); }
H1.HeaderClassName
{
color: #CB2088;
}
.AnyTagClassName
{
color: #CB2088;
}
</style>
background-color css
<style>
a { background-color: #CB2088; }
a { background-color: rgb(203,32,136); }
div.DivClassName
{
background-color: #CB2088;
}
.BgClassName
{
background-color: #CB2088;
}
</style>
border-color css
<style>
span { border-color: #CB2088; }
span { border-color: rgb(203,32,136); }
td.TdClassName
{
border-color: #CB2088;
}
.TagClassName
{
border-color: #CB2088;
}
</style>