Shades of Medium Violet Red #CB1DAB
Tints of Medium Violet Red #CB1DAB
RGB
CMYK
RGB Variations
Color information
#CB1DAB (or 0xCB1DAB) is known color: Medium Violet Red. HEX triplet: CB, 1D and AB. RGB value is (203,29,171). Sum of RGB (Red+Green+Blue) = 203+29+171=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1DAB is #34E254. Grayscale: #606060. Windows color (decimal): -3465813 or 11214283. OLE color: 11214283.
HSL color Cylindrical-coordinate representation of color #CB1DAB: hue angle of 311.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DAB is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 171 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.20 |
| HSL | 311.03º | 0.75% | 0.45% | - |
| HSV(B) | 311.03º | 0.86% | 0.8% | - |
| XYZ | 32.42 | 16.52 | 40.01 | - |
| YUV | 97.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 171 | 0 | 0.86 | 0.16 | 0.20 | 311.03 | 0.75 | 0.45 |
| Hex | CB | 1D | AB | 0 | 56 | 10 | 14 | 137 | 4B | 2D |
| Octal | 313 | 35 | 253 | 0 | 126 | 20 | 24 | 467 | 113 | 55 |
| Binary | 11001011 | 11101 | 10101011 | 0 | 1010110 | 10000 | 10100 | 100110111 | 1001011 | 101101 |
Color Harmonies of #CB1DAB
Complementary color
Monochromatic Colors of #CB1DAB
Black with #CB1DAB
Text Example
Text Example
White with #CB1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DAB; }
p { color: rgb(203,29,171); }
H1.HeaderClassName
{
color: #CB1DAB;
}
.AnyTagClassName
{
color: #CB1DAB;
}
</style>
background-color css
<style>
a { background-color: #CB1DAB; }
a { background-color: rgb(203,29,171); }
div.DivClassName
{
background-color: #CB1DAB;
}
.BgClassName
{
background-color: #CB1DAB;
}
</style>
border-color css
<style>
span { border-color: #CB1DAB; }
span { border-color: rgb(203,29,171); }
td.TdClassName
{
border-color: #CB1DAB;
}
.TagClassName
{
border-color: #CB1DAB;
}
</style>