Shades of Medium Violet Red #CB159B
Tints of Medium Violet Red #CB159B
RGB
CMYK
RGB Variations
Color information
#CB159B (or 0xCB159B) is known color: Medium Violet Red. HEX triplet: CB, 15 and 9B. RGB value is (203,21,155). Sum of RGB (Red+Green+Blue) = 203+21+155=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB159B is #34EA64. Grayscale: #5A5A5A. Windows color (decimal): -3467877 or 10163659. OLE color: 10163659.
HSL color Cylindrical-coordinate representation of color #CB159B: hue angle of 315.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB159B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.20 |
| HSL | 315.82º | 0.81% | 0.44% | - |
| HSV(B) | 315.82º | 0.9% | 0.8% | - |
| XYZ | 30.81 | 15.6 | 32.4 | - |
| YUV | 90.69 | 164.3 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 155 | 0 | 0.90 | 0.24 | 0.20 | 315.82 | 0.81 | 0.44 |
| Hex | CB | 15 | 9B | 0 | 5A | 18 | 14 | 13C | 51 | 2C |
| Octal | 313 | 25 | 233 | 0 | 132 | 30 | 24 | 474 | 121 | 54 |
| Binary | 11001011 | 10101 | 10011011 | 0 | 1011010 | 11000 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CB159B
Complementary color
Monochromatic Colors of #CB159B
Black with #CB159B
Text Example
Text Example
White with #CB159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB159B; }
p { color: rgb(203,21,155); }
H1.HeaderClassName
{
color: #CB159B;
}
.AnyTagClassName
{
color: #CB159B;
}
</style>
background-color css
<style>
a { background-color: #CB159B; }
a { background-color: rgb(203,21,155); }
div.DivClassName
{
background-color: #CB159B;
}
.BgClassName
{
background-color: #CB159B;
}
</style>
border-color css
<style>
span { border-color: #CB159B; }
span { border-color: rgb(203,21,155); }
td.TdClassName
{
border-color: #CB159B;
}
.TagClassName
{
border-color: #CB159B;
}
</style>