Shades of Medium Violet Red #CB1EA6
Tints of Medium Violet Red #CB1EA6
RGB
CMYK
RGB Variations
Color information
#CB1EA6 (or 0xCB1EA6) is known color: Medium Violet Red. HEX triplet: CB, 1E and A6. RGB value is (203,30,166). Sum of RGB (Red+Green+Blue) = 203+30+166=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1EA6 is #34E159. Grayscale: #606060. Windows color (decimal): -3465562 or 10886859. OLE color: 10886859.
HSL color Cylindrical-coordinate representation of color #CB1EA6: hue angle of 312.83º 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 #CB1EA6 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 166 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.20 |
| HSL | 312.83º | 0.74% | 0.46% | - |
| HSV(B) | 312.83º | 0.85% | 0.8% | - |
| XYZ | 31.98 | 16.38 | 37.55 | - |
| YUV | 97.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 166 | 0 | 0.85 | 0.18 | 0.20 | 312.83 | 0.74 | 0.46 |
| Hex | CB | 1E | A6 | 0 | 55 | 12 | 14 | 139 | 4A | 2E |
| Octal | 313 | 36 | 246 | 0 | 125 | 22 | 24 | 471 | 112 | 56 |
| Binary | 11001011 | 11110 | 10100110 | 0 | 1010101 | 10010 | 10100 | 100111001 | 1001010 | 101110 |
Color Harmonies of #CB1EA6
Complementary color
Monochromatic Colors of #CB1EA6
Black with #CB1EA6
Text Example
Text Example
White with #CB1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EA6; }
p { color: rgb(203,30,166); }
H1.HeaderClassName
{
color: #CB1EA6;
}
.AnyTagClassName
{
color: #CB1EA6;
}
</style>
background-color css
<style>
a { background-color: #CB1EA6; }
a { background-color: rgb(203,30,166); }
div.DivClassName
{
background-color: #CB1EA6;
}
.BgClassName
{
background-color: #CB1EA6;
}
</style>
border-color css
<style>
span { border-color: #CB1EA6; }
span { border-color: rgb(203,30,166); }
td.TdClassName
{
border-color: #CB1EA6;
}
.TagClassName
{
border-color: #CB1EA6;
}
</style>