Shades of Medium Violet Red #CB1585
Tints of Medium Violet Red #CB1585
RGB
CMYK
RGB Variations
Color information
#CB1585 (or 0xCB1585) is known color: Medium Violet Red. HEX triplet: CB, 15 and 85. RGB value is (203,21,133). Sum of RGB (Red+Green+Blue) = 203+21+133=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1585 is #34EA7A. Grayscale: #575757. Windows color (decimal): -3467899 or 8721867. OLE color: 8721867.
HSL color Cylindrical-coordinate representation of color #CB1585: hue angle of 323.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1585 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 133 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.20 |
| HSL | 323.08º | 0.81% | 0.44% | - |
| HSV(B) | 323.08º | 0.9% | 0.8% | - |
| XYZ | 29.13 | 14.93 | 23.54 | - |
| YUV | 88.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 133 | 0 | 0.90 | 0.34 | 0.20 | 323.08 | 0.81 | 0.44 |
| Hex | CB | 15 | 85 | 0 | 5A | 22 | 14 | 143 | 51 | 2C |
| Octal | 313 | 25 | 205 | 0 | 132 | 42 | 24 | 503 | 121 | 54 |
| Binary | 11001011 | 10101 | 10000101 | 0 | 1011010 | 100010 | 10100 | 101000011 | 1010001 | 101100 |
Color Harmonies of #CB1585
Complementary color
Monochromatic Colors of #CB1585
Black with #CB1585
Text Example
Text Example
White with #CB1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1585; }
p { color: rgb(203,21,133); }
H1.HeaderClassName
{
color: #CB1585;
}
.AnyTagClassName
{
color: #CB1585;
}
</style>
background-color css
<style>
a { background-color: #CB1585; }
a { background-color: rgb(203,21,133); }
div.DivClassName
{
background-color: #CB1585;
}
.BgClassName
{
background-color: #CB1585;
}
</style>
border-color css
<style>
span { border-color: #CB1585; }
span { border-color: rgb(203,21,133); }
td.TdClassName
{
border-color: #CB1585;
}
.TagClassName
{
border-color: #CB1585;
}
</style>