Shades of Medium Violet Red #CB1787
Tints of Medium Violet Red #CB1787
RGB
CMYK
RGB Variations
Color information
#CB1787 (or 0xCB1787) is known color: Medium Violet Red. HEX triplet: CB, 17 and 87. RGB value is (203,23,135). Sum of RGB (Red+Green+Blue) = 203+23+135=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1787 is #34E878. Grayscale: #595959. Windows color (decimal): -3467385 or 8853451. OLE color: 8853451.
HSL color Cylindrical-coordinate representation of color #CB1787: hue angle of 322.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1787 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 135 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.20 |
| HSL | 322.67º | 0.8% | 0.44% | - |
| HSV(B) | 322.67º | 0.89% | 0.8% | - |
| XYZ | 29.31 | 15.06 | 24.28 | - |
| YUV | 89.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 135 | 0 | 0.89 | 0.33 | 0.20 | 322.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 87 | 0 | 59 | 21 | 14 | 143 | 50 | 2C |
| Octal | 313 | 27 | 207 | 0 | 131 | 41 | 24 | 503 | 120 | 54 |
| Binary | 11001011 | 10111 | 10000111 | 0 | 1011001 | 100001 | 10100 | 101000011 | 1010000 | 101100 |
Color Harmonies of #CB1787
Complementary color
Monochromatic Colors of #CB1787
Black with #CB1787
Text Example
Text Example
White with #CB1787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1787; }
p { color: rgb(203,23,135); }
H1.HeaderClassName
{
color: #CB1787;
}
.AnyTagClassName
{
color: #CB1787;
}
</style>
background-color css
<style>
a { background-color: #CB1787; }
a { background-color: rgb(203,23,135); }
div.DivClassName
{
background-color: #CB1787;
}
.BgClassName
{
background-color: #CB1787;
}
</style>
border-color css
<style>
span { border-color: #CB1787; }
span { border-color: rgb(203,23,135); }
td.TdClassName
{
border-color: #CB1787;
}
.TagClassName
{
border-color: #CB1787;
}
</style>