Shades of Medium Violet Red #CB1E99
Tints of Medium Violet Red #CB1E99
RGB
CMYK
RGB Variations
Color information
#CB1E99 (or 0xCB1E99) is known color: Medium Violet Red. HEX triplet: CB, 1E and 99. RGB value is (203,30,153). Sum of RGB (Red+Green+Blue) = 203+30+153=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1E99 is #34E166. Grayscale: #5F5F5F. Windows color (decimal): -3465575 or 10034891. OLE color: 10034891.
HSL color Cylindrical-coordinate representation of color #CB1E99: hue angle of 317.34º 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 #CB1E99 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 153 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.20 |
| HSL | 317.34º | 0.74% | 0.46% | - |
| HSV(B) | 317.34º | 0.85% | 0.8% | - |
| XYZ | 30.84 | 15.92 | 31.59 | - |
| YUV | 95.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 153 | 0 | 0.85 | 0.25 | 0.20 | 317.34 | 0.74 | 0.46 |
| Hex | CB | 1E | 99 | 0 | 55 | 19 | 14 | 13D | 4A | 2E |
| Octal | 313 | 36 | 231 | 0 | 125 | 31 | 24 | 475 | 112 | 56 |
| Binary | 11001011 | 11110 | 10011001 | 0 | 1010101 | 11001 | 10100 | 100111101 | 1001010 | 101110 |
Color Harmonies of #CB1E99
Complementary color
Monochromatic Colors of #CB1E99
Black with #CB1E99
Text Example
Text Example
White with #CB1E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E99; }
p { color: rgb(203,30,153); }
H1.HeaderClassName
{
color: #CB1E99;
}
.AnyTagClassName
{
color: #CB1E99;
}
</style>
background-color css
<style>
a { background-color: #CB1E99; }
a { background-color: rgb(203,30,153); }
div.DivClassName
{
background-color: #CB1E99;
}
.BgClassName
{
background-color: #CB1E99;
}
</style>
border-color css
<style>
span { border-color: #CB1E99; }
span { border-color: rgb(203,30,153); }
td.TdClassName
{
border-color: #CB1E99;
}
.TagClassName
{
border-color: #CB1E99;
}
</style>