Shades of Medium Violet Red #CB159A
Tints of Medium Violet Red #CB159A
RGB
CMYK
RGB Variations
Color information
#CB159A (or 0xCB159A) is known color: Medium Violet Red. HEX triplet: CB, 15 and 9A. RGB value is (203,21,154). Sum of RGB (Red+Green+Blue) = 203+21+154=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB159A is #34EA65. Grayscale: #5A5A5A. Windows color (decimal): -3467878 or 10098123. OLE color: 10098123.
HSL color Cylindrical-coordinate representation of color #CB159A: hue angle of 316.15º 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 #CB159A is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.20 |
| HSL | 316.15º | 0.81% | 0.44% | - |
| HSV(B) | 316.15º | 0.9% | 0.8% | - |
| XYZ | 30.73 | 15.57 | 31.96 | - |
| YUV | 90.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 154 | 0 | 0.90 | 0.24 | 0.20 | 316.15 | 0.81 | 0.44 |
| Hex | CB | 15 | 9A | 0 | 5A | 18 | 14 | 13C | 51 | 2C |
| Octal | 313 | 25 | 232 | 0 | 132 | 30 | 24 | 474 | 121 | 54 |
| Binary | 11001011 | 10101 | 10011010 | 0 | 1011010 | 11000 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CB159A
Complementary color
Monochromatic Colors of #CB159A
Black with #CB159A
Text Example
Text Example
White with #CB159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB159A; }
p { color: rgb(203,21,154); }
H1.HeaderClassName
{
color: #CB159A;
}
.AnyTagClassName
{
color: #CB159A;
}
</style>
background-color css
<style>
a { background-color: #CB159A; }
a { background-color: rgb(203,21,154); }
div.DivClassName
{
background-color: #CB159A;
}
.BgClassName
{
background-color: #CB159A;
}
</style>
border-color css
<style>
span { border-color: #CB159A; }
span { border-color: rgb(203,21,154); }
td.TdClassName
{
border-color: #CB159A;
}
.TagClassName
{
border-color: #CB159A;
}
</style>