Shades of Medium Violet Red #CB1E6E
Tints of Medium Violet Red #CB1E6E
RGB
CMYK
RGB Variations
Color information
#CB1E6E (or 0xCB1E6E) is known color: Medium Violet Red. HEX triplet: CB, 1E and 6E. RGB value is (203,30,110). Sum of RGB (Red+Green+Blue) = 203+30+110=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E6E is #34E191. Grayscale: #5A5A5A. Windows color (decimal): -3465618 or 7216843. OLE color: 7216843.
HSL color Cylindrical-coordinate representation of color #CB1E6E: hue angle of 332.25º 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 #CB1E6E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 110 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.20 |
| HSL | 332.25º | 0.74% | 0.46% | - |
| HSV(B) | 332.25º | 0.85% | 0.8% | - |
| XYZ | 27.91 | 14.75 | 16.13 | - |
| YUV | 90.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 110 | 0 | 0.85 | 0.46 | 0.20 | 332.25 | 0.74 | 0.46 |
| Hex | CB | 1E | 6E | 0 | 55 | 2E | 14 | 14C | 4A | 2E |
| Octal | 313 | 36 | 156 | 0 | 125 | 56 | 24 | 514 | 112 | 56 |
| Binary | 11001011 | 11110 | 1101110 | 0 | 1010101 | 101110 | 10100 | 101001100 | 1001010 | 101110 |
Color Harmonies of #CB1E6E
Complementary color
Monochromatic Colors of #CB1E6E
Black with #CB1E6E
Text Example
Text Example
White with #CB1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E6E; }
p { color: rgb(203,30,110); }
H1.HeaderClassName
{
color: #CB1E6E;
}
.AnyTagClassName
{
color: #CB1E6E;
}
</style>
background-color css
<style>
a { background-color: #CB1E6E; }
a { background-color: rgb(203,30,110); }
div.DivClassName
{
background-color: #CB1E6E;
}
.BgClassName
{
background-color: #CB1E6E;
}
</style>
border-color css
<style>
span { border-color: #CB1E6E; }
span { border-color: rgb(203,30,110); }
td.TdClassName
{
border-color: #CB1E6E;
}
.TagClassName
{
border-color: #CB1E6E;
}
</style>