Shades of Medium Violet Red #CB1A99
Tints of Medium Violet Red #CB1A99
RGB
CMYK
RGB Variations
Color information
#CB1A99 (or 0xCB1A99) is known color: Medium Violet Red. HEX triplet: CB, 1A and 99. RGB value is (203,26,153). Sum of RGB (Red+Green+Blue) = 203+26+153=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1A99 is #34E566. Grayscale: #5D5D5D. Windows color (decimal): -3466599 or 10033867. OLE color: 10033867.
HSL color Cylindrical-coordinate representation of color #CB1A99: hue angle of 316.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A99 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 153 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.20 |
| HSL | 316.95º | 0.77% | 0.45% | - |
| HSV(B) | 316.95º | 0.87% | 0.8% | - |
| XYZ | 30.75 | 15.74 | 31.55 | - |
| YUV | 93.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 153 | 0 | 0.87 | 0.25 | 0.20 | 316.95 | 0.77 | 0.45 |
| Hex | CB | 1A | 99 | 0 | 57 | 19 | 14 | 13D | 4D | 2D |
| Octal | 313 | 32 | 231 | 0 | 127 | 31 | 24 | 475 | 115 | 55 |
| Binary | 11001011 | 11010 | 10011001 | 0 | 1010111 | 11001 | 10100 | 100111101 | 1001101 | 101101 |
Color Harmonies of #CB1A99
Complementary color
Monochromatic Colors of #CB1A99
Black with #CB1A99
Text Example
Text Example
White with #CB1A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A99; }
p { color: rgb(203,26,153); }
H1.HeaderClassName
{
color: #CB1A99;
}
.AnyTagClassName
{
color: #CB1A99;
}
</style>
background-color css
<style>
a { background-color: #CB1A99; }
a { background-color: rgb(203,26,153); }
div.DivClassName
{
background-color: #CB1A99;
}
.BgClassName
{
background-color: #CB1A99;
}
</style>
border-color css
<style>
span { border-color: #CB1A99; }
span { border-color: rgb(203,26,153); }
td.TdClassName
{
border-color: #CB1A99;
}
.TagClassName
{
border-color: #CB1A99;
}
</style>