Shades of Medium Violet Red #CB2087
Tints of Medium Violet Red #CB2087
RGB
CMYK
RGB Variations
Color information
#CB2087 (or 0xCB2087) is known color: Medium Violet Red. HEX triplet: CB, 20 and 87. RGB value is (203,32,135). Sum of RGB (Red+Green+Blue) = 203+32+135=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2087 is #34DF78. Grayscale: #5E5E5E. Windows color (decimal): -3465081 or 8855755. OLE color: 8855755.
HSL color Cylindrical-coordinate representation of color #CB2087: hue angle of 323.86º 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 #CB2087 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 135 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.20 |
| HSL | 323.86º | 0.73% | 0.46% | - |
| HSV(B) | 323.86º | 0.84% | 0.8% | - |
| XYZ | 29.52 | 15.48 | 24.35 | - |
| YUV | 94.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 135 | 0 | 0.84 | 0.33 | 0.20 | 323.86 | 0.73 | 0.46 |
| Hex | CB | 20 | 87 | 0 | 54 | 21 | 14 | 144 | 49 | 2E |
| Octal | 313 | 40 | 207 | 0 | 124 | 41 | 24 | 504 | 111 | 56 |
| Binary | 11001011 | 100000 | 10000111 | 0 | 1010100 | 100001 | 10100 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CB2087
Complementary color
Monochromatic Colors of #CB2087
Black with #CB2087
Text Example
Text Example
White with #CB2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2087; }
p { color: rgb(203,32,135); }
H1.HeaderClassName
{
color: #CB2087;
}
.AnyTagClassName
{
color: #CB2087;
}
</style>
background-color css
<style>
a { background-color: #CB2087; }
a { background-color: rgb(203,32,135); }
div.DivClassName
{
background-color: #CB2087;
}
.BgClassName
{
background-color: #CB2087;
}
</style>
border-color css
<style>
span { border-color: #CB2087; }
span { border-color: rgb(203,32,135); }
td.TdClassName
{
border-color: #CB2087;
}
.TagClassName
{
border-color: #CB2087;
}
</style>