Shades of Medium Violet Red #CB159D
Tints of Medium Violet Red #CB159D
RGB
CMYK
RGB Variations
Color information
#CB159D (or 0xCB159D) is known color: Medium Violet Red. HEX triplet: CB, 15 and 9D. RGB value is (203,21,157). Sum of RGB (Red+Green+Blue) = 203+21+157=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB159D is #34EA62. Grayscale: #5A5A5A. Windows color (decimal): -3467875 or 10294731. OLE color: 10294731.
HSL color Cylindrical-coordinate representation of color #CB159D: hue angle of 315.16º 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 #CB159D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.20 |
| HSL | 315.16º | 0.81% | 0.44% | - |
| HSV(B) | 315.16º | 0.9% | 0.8% | - |
| XYZ | 30.98 | 15.67 | 33.29 | - |
| YUV | 90.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 157 | 0 | 0.90 | 0.23 | 0.20 | 315.16 | 0.81 | 0.44 |
| Hex | CB | 15 | 9D | 0 | 5A | 17 | 14 | 13B | 51 | 2C |
| Octal | 313 | 25 | 235 | 0 | 132 | 27 | 24 | 473 | 121 | 54 |
| Binary | 11001011 | 10101 | 10011101 | 0 | 1011010 | 10111 | 10100 | 100111011 | 1010001 | 101100 |
Color Harmonies of #CB159D
Complementary color
Monochromatic Colors of #CB159D
Black with #CB159D
Text Example
Text Example
White with #CB159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB159D; }
p { color: rgb(203,21,157); }
H1.HeaderClassName
{
color: #CB159D;
}
.AnyTagClassName
{
color: #CB159D;
}
</style>
background-color css
<style>
a { background-color: #CB159D; }
a { background-color: rgb(203,21,157); }
div.DivClassName
{
background-color: #CB159D;
}
.BgClassName
{
background-color: #CB159D;
}
</style>
border-color css
<style>
span { border-color: #CB159D; }
span { border-color: rgb(203,21,157); }
td.TdClassName
{
border-color: #CB159D;
}
.TagClassName
{
border-color: #CB159D;
}
</style>