Shades of Medium Violet Red #CB0887
Tints of Medium Violet Red #CB0887
RGB
CMYK
RGB Variations
Color information
#CB0887 (or 0xCB0887) is known color: Medium Violet Red. HEX triplet: CB, 08 and 87. RGB value is (203,8,135). Sum of RGB (Red+Green+Blue) = 203+8+135=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0887 is #34F778. Grayscale: #505050. Windows color (decimal): -3471225 or 8849611. OLE color: 8849611.
HSL color Cylindrical-coordinate representation of color #CB0887: hue angle of 320.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0887 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 135 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.20 |
| HSL | 320.92º | 0.92% | 0.41% | - |
| HSV(B) | 320.92º | 0.96% | 0.8% | - |
| XYZ | 29.09 | 14.62 | 24.21 | - |
| YUV | 80.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 135 | 0 | 0.96 | 0.33 | 0.20 | 320.92 | 0.92 | 0.41 |
| Hex | CB | 8 | 87 | 0 | 60 | 21 | 14 | 141 | 5C | 29 |
| Octal | 313 | 10 | 207 | 0 | 140 | 41 | 24 | 501 | 134 | 51 |
| Binary | 11001011 | 1000 | 10000111 | 0 | 1100000 | 100001 | 10100 | 101000001 | 1011100 | 101001 |
Color Harmonies of #CB0887
Complementary color
Monochromatic Colors of #CB0887
Black with #CB0887
Text Example
Text Example
White with #CB0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0887; }
p { color: rgb(203,8,135); }
H1.HeaderClassName
{
color: #CB0887;
}
.AnyTagClassName
{
color: #CB0887;
}
</style>
background-color css
<style>
a { background-color: #CB0887; }
a { background-color: rgb(203,8,135); }
div.DivClassName
{
background-color: #CB0887;
}
.BgClassName
{
background-color: #CB0887;
}
</style>
border-color css
<style>
span { border-color: #CB0887; }
span { border-color: rgb(203,8,135); }
td.TdClassName
{
border-color: #CB0887;
}
.TagClassName
{
border-color: #CB0887;
}
</style>