Shades of Medium Violet Red #CB1EAB
Tints of Medium Violet Red #CB1EAB
RGB
CMYK
RGB Variations
Color information
#CB1EAB (or 0xCB1EAB) is known color: Medium Violet Red. HEX triplet: CB, 1E and AB. RGB value is (203,30,171). Sum of RGB (Red+Green+Blue) = 203+30+171=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1EAB is #34E154. Grayscale: #616161. Windows color (decimal): -3465557 or 11214539. OLE color: 11214539.
HSL color Cylindrical-coordinate representation of color #CB1EAB: hue angle of 311.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1EAB is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 171 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.20 |
| HSL | 311.1º | 0.74% | 0.46% | - |
| HSV(B) | 311.1º | 0.85% | 0.8% | - |
| XYZ | 32.44 | 16.57 | 40.02 | - |
| YUV | 97.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 171 | 0 | 0.85 | 0.16 | 0.20 | 311.1 | 0.74 | 0.46 |
| Hex | CB | 1E | AB | 0 | 55 | 10 | 14 | 137 | 4A | 2E |
| Octal | 313 | 36 | 253 | 0 | 125 | 20 | 24 | 467 | 112 | 56 |
| Binary | 11001011 | 11110 | 10101011 | 0 | 1010101 | 10000 | 10100 | 100110111 | 1001010 | 101110 |
Color Harmonies of #CB1EAB
Complementary color
Monochromatic Colors of #CB1EAB
Black with #CB1EAB
Text Example
Text Example
White with #CB1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EAB; }
p { color: rgb(203,30,171); }
H1.HeaderClassName
{
color: #CB1EAB;
}
.AnyTagClassName
{
color: #CB1EAB;
}
</style>
background-color css
<style>
a { background-color: #CB1EAB; }
a { background-color: rgb(203,30,171); }
div.DivClassName
{
background-color: #CB1EAB;
}
.BgClassName
{
background-color: #CB1EAB;
}
</style>
border-color css
<style>
span { border-color: #CB1EAB; }
span { border-color: rgb(203,30,171); }
td.TdClassName
{
border-color: #CB1EAB;
}
.TagClassName
{
border-color: #CB1EAB;
}
</style>