Shades of Medium Violet Red #CB157E
Tints of Medium Violet Red #CB157E
RGB
CMYK
RGB Variations
Color information
#CB157E (or 0xCB157E) is known color: Medium Violet Red. HEX triplet: CB, 15 and 7E. RGB value is (203,21,126). Sum of RGB (Red+Green+Blue) = 203+21+126=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB157E is #34EA81. Grayscale: #575757. Windows color (decimal): -3467906 or 8263115. OLE color: 8263115.
HSL color Cylindrical-coordinate representation of color #CB157E: hue angle of 325.38º 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 #CB157E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 126 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.20 |
| HSL | 325.38º | 0.81% | 0.44% | - |
| HSV(B) | 325.38º | 0.9% | 0.8% | - |
| XYZ | 28.66 | 14.74 | 21.07 | - |
| YUV | 87.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 126 | 0 | 0.90 | 0.38 | 0.20 | 325.38 | 0.81 | 0.44 |
| Hex | CB | 15 | 7E | 0 | 5A | 26 | 14 | 145 | 51 | 2C |
| Octal | 313 | 25 | 176 | 0 | 132 | 46 | 24 | 505 | 121 | 54 |
| Binary | 11001011 | 10101 | 1111110 | 0 | 1011010 | 100110 | 10100 | 101000101 | 1010001 | 101100 |
Color Harmonies of #CB157E
Complementary color
Monochromatic Colors of #CB157E
Black with #CB157E
Text Example
Text Example
White with #CB157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB157E; }
p { color: rgb(203,21,126); }
H1.HeaderClassName
{
color: #CB157E;
}
.AnyTagClassName
{
color: #CB157E;
}
</style>
background-color css
<style>
a { background-color: #CB157E; }
a { background-color: rgb(203,21,126); }
div.DivClassName
{
background-color: #CB157E;
}
.BgClassName
{
background-color: #CB157E;
}
</style>
border-color css
<style>
span { border-color: #CB157E; }
span { border-color: rgb(203,21,126); }
td.TdClassName
{
border-color: #CB157E;
}
.TagClassName
{
border-color: #CB157E;
}
</style>