Shades of Medium Violet Red #CB1B85
Tints of Medium Violet Red #CB1B85
RGB
CMYK
RGB Variations
Color information
#CB1B85 (or 0xCB1B85) is known color: Medium Violet Red. HEX triplet: CB, 1B and 85. RGB value is (203,27,133). Sum of RGB (Red+Green+Blue) = 203+27+133=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1B85 is #34E47A. Grayscale: #5B5B5B. Windows color (decimal): -3466363 or 8723403. OLE color: 8723403.
HSL color Cylindrical-coordinate representation of color #CB1B85: hue angle of 323.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1B85 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 133 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.20 |
| HSL | 323.86º | 0.77% | 0.45% | - |
| HSV(B) | 323.86º | 0.87% | 0.8% | - |
| XYZ | 29.25 | 15.17 | 23.58 | - |
| YUV | 91.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 133 | 0 | 0.87 | 0.34 | 0.20 | 323.86 | 0.77 | 0.45 |
| Hex | CB | 1B | 85 | 0 | 57 | 22 | 14 | 144 | 4D | 2D |
| Octal | 313 | 33 | 205 | 0 | 127 | 42 | 24 | 504 | 115 | 55 |
| Binary | 11001011 | 11011 | 10000101 | 0 | 1010111 | 100010 | 10100 | 101000100 | 1001101 | 101101 |
Color Harmonies of #CB1B85
Complementary color
Monochromatic Colors of #CB1B85
Black with #CB1B85
Text Example
Text Example
White with #CB1B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B85; }
p { color: rgb(203,27,133); }
H1.HeaderClassName
{
color: #CB1B85;
}
.AnyTagClassName
{
color: #CB1B85;
}
</style>
background-color css
<style>
a { background-color: #CB1B85; }
a { background-color: rgb(203,27,133); }
div.DivClassName
{
background-color: #CB1B85;
}
.BgClassName
{
background-color: #CB1B85;
}
</style>
border-color css
<style>
span { border-color: #CB1B85; }
span { border-color: rgb(203,27,133); }
td.TdClassName
{
border-color: #CB1B85;
}
.TagClassName
{
border-color: #CB1B85;
}
</style>