Shades of Medium Violet Red #CB1387
Tints of Medium Violet Red #CB1387
RGB
CMYK
RGB Variations
Color information
#CB1387 (or 0xCB1387) is known color: Medium Violet Red. HEX triplet: CB, 13 and 87. RGB value is (203,19,135). Sum of RGB (Red+Green+Blue) = 203+19+135=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1387 is #34EC78. Grayscale: #565656. Windows color (decimal): -3468409 or 8852427. OLE color: 8852427.
HSL color Cylindrical-coordinate representation of color #CB1387: hue angle of 322.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1387 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.20 |
| HSL | 322.17º | 0.83% | 0.44% | - |
| HSV(B) | 322.17º | 0.91% | 0.8% | - |
| XYZ | 29.23 | 14.91 | 24.26 | - |
| YUV | 87.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 135 | 0 | 0.91 | 0.33 | 0.20 | 322.17 | 0.83 | 0.44 |
| Hex | CB | 13 | 87 | 0 | 5B | 21 | 14 | 142 | 53 | 2C |
| Octal | 313 | 23 | 207 | 0 | 133 | 41 | 24 | 502 | 123 | 54 |
| Binary | 11001011 | 10011 | 10000111 | 0 | 1011011 | 100001 | 10100 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CB1387
Complementary color
Monochromatic Colors of #CB1387
Black with #CB1387
Text Example
Text Example
White with #CB1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1387; }
p { color: rgb(203,19,135); }
H1.HeaderClassName
{
color: #CB1387;
}
.AnyTagClassName
{
color: #CB1387;
}
</style>
background-color css
<style>
a { background-color: #CB1387; }
a { background-color: rgb(203,19,135); }
div.DivClassName
{
background-color: #CB1387;
}
.BgClassName
{
background-color: #CB1387;
}
</style>
border-color css
<style>
span { border-color: #CB1387; }
span { border-color: rgb(203,19,135); }
td.TdClassName
{
border-color: #CB1387;
}
.TagClassName
{
border-color: #CB1387;
}
</style>