Shades of Medium Violet Red #CB157C
Tints of Medium Violet Red #CB157C
RGB
CMYK
RGB Variations
Color information
#CB157C (or 0xCB157C) is known color: Medium Violet Red. HEX triplet: CB, 15 and 7C. RGB value is (203,21,124). Sum of RGB (Red+Green+Blue) = 203+21+124=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB157C is #34EA83. Grayscale: #565656. Windows color (decimal): -3467908 or 8132043. OLE color: 8132043.
HSL color Cylindrical-coordinate representation of color #CB157C: hue angle of 326.04º 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 #CB157C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 124 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.20 |
| HSL | 326.04º | 0.81% | 0.44% | - |
| HSV(B) | 326.04º | 0.9% | 0.8% | - |
| XYZ | 28.53 | 14.69 | 20.4 | - |
| YUV | 87.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 124 | 0 | 0.90 | 0.39 | 0.20 | 326.04 | 0.81 | 0.44 |
| Hex | CB | 15 | 7C | 0 | 5A | 27 | 14 | 146 | 51 | 2C |
| Octal | 313 | 25 | 174 | 0 | 132 | 47 | 24 | 506 | 121 | 54 |
| Binary | 11001011 | 10101 | 1111100 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CB157C
Complementary color
Monochromatic Colors of #CB157C
Black with #CB157C
Text Example
Text Example
White with #CB157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB157C; }
p { color: rgb(203,21,124); }
H1.HeaderClassName
{
color: #CB157C;
}
.AnyTagClassName
{
color: #CB157C;
}
</style>
background-color css
<style>
a { background-color: #CB157C; }
a { background-color: rgb(203,21,124); }
div.DivClassName
{
background-color: #CB157C;
}
.BgClassName
{
background-color: #CB157C;
}
</style>
border-color css
<style>
span { border-color: #CB157C; }
span { border-color: rgb(203,21,124); }
td.TdClassName
{
border-color: #CB157C;
}
.TagClassName
{
border-color: #CB157C;
}
</style>