Shades of Medium Violet Red #CB1E9C
Tints of Medium Violet Red #CB1E9C
RGB
CMYK
RGB Variations
Color information
#CB1E9C (or 0xCB1E9C) is known color: Medium Violet Red. HEX triplet: CB, 1E and 9C. RGB value is (203,30,156). Sum of RGB (Red+Green+Blue) = 203+30+156=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1E9C is #34E163. Grayscale: #5F5F5F. Windows color (decimal): -3465572 or 10231499. OLE color: 10231499.
HSL color Cylindrical-coordinate representation of color #CB1E9C: hue angle of 316.3º 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 #CB1E9C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 156 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.20 |
| HSL | 316.3º | 0.74% | 0.46% | - |
| HSV(B) | 316.3º | 0.85% | 0.8% | - |
| XYZ | 31.09 | 16.03 | 32.91 | - |
| YUV | 96.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 156 | 0 | 0.85 | 0.23 | 0.20 | 316.3 | 0.74 | 0.46 |
| Hex | CB | 1E | 9C | 0 | 55 | 17 | 14 | 13C | 4A | 2E |
| Octal | 313 | 36 | 234 | 0 | 125 | 27 | 24 | 474 | 112 | 56 |
| Binary | 11001011 | 11110 | 10011100 | 0 | 1010101 | 10111 | 10100 | 100111100 | 1001010 | 101110 |
Color Harmonies of #CB1E9C
Complementary color
Monochromatic Colors of #CB1E9C
Black with #CB1E9C
Text Example
Text Example
White with #CB1E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E9C; }
p { color: rgb(203,30,156); }
H1.HeaderClassName
{
color: #CB1E9C;
}
.AnyTagClassName
{
color: #CB1E9C;
}
</style>
background-color css
<style>
a { background-color: #CB1E9C; }
a { background-color: rgb(203,30,156); }
div.DivClassName
{
background-color: #CB1E9C;
}
.BgClassName
{
background-color: #CB1E9C;
}
</style>
border-color css
<style>
span { border-color: #CB1E9C; }
span { border-color: rgb(203,30,156); }
td.TdClassName
{
border-color: #CB1E9C;
}
.TagClassName
{
border-color: #CB1E9C;
}
</style>