Shades of Medium Violet Red #CB159F
Tints of Medium Violet Red #CB159F
RGB
CMYK
RGB Variations
Color information
#CB159F (or 0xCB159F) is known color: Medium Violet Red. HEX triplet: CB, 15 and 9F. RGB value is (203,21,159). Sum of RGB (Red+Green+Blue) = 203+21+159=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB159F is #34EA60. Grayscale: #5A5A5A. Windows color (decimal): -3467873 or 10425803. OLE color: 10425803.
HSL color Cylindrical-coordinate representation of color #CB159F: hue angle of 314.51º 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 #CB159F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 159 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.20 |
| HSL | 314.51º | 0.81% | 0.44% | - |
| HSV(B) | 314.51º | 0.9% | 0.8% | - |
| XYZ | 31.15 | 15.74 | 34.2 | - |
| YUV | 91.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 159 | 0 | 0.90 | 0.22 | 0.20 | 314.51 | 0.81 | 0.44 |
| Hex | CB | 15 | 9F | 0 | 5A | 16 | 14 | 13B | 51 | 2C |
| Octal | 313 | 25 | 237 | 0 | 132 | 26 | 24 | 473 | 121 | 54 |
| Binary | 11001011 | 10101 | 10011111 | 0 | 1011010 | 10110 | 10100 | 100111011 | 1010001 | 101100 |
Color Harmonies of #CB159F
Complementary color
Monochromatic Colors of #CB159F
Black with #CB159F
Text Example
Text Example
White with #CB159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB159F; }
p { color: rgb(203,21,159); }
H1.HeaderClassName
{
color: #CB159F;
}
.AnyTagClassName
{
color: #CB159F;
}
</style>
background-color css
<style>
a { background-color: #CB159F; }
a { background-color: rgb(203,21,159); }
div.DivClassName
{
background-color: #CB159F;
}
.BgClassName
{
background-color: #CB159F;
}
</style>
border-color css
<style>
span { border-color: #CB159F; }
span { border-color: rgb(203,21,159); }
td.TdClassName
{
border-color: #CB159F;
}
.TagClassName
{
border-color: #CB159F;
}
</style>