Shades of Medium Violet Red #CB1592
Tints of Medium Violet Red #CB1592
RGB
CMYK
RGB Variations
Color information
#CB1592 (or 0xCB1592) is known color: Medium Violet Red. HEX triplet: CB, 15 and 92. RGB value is (203,21,146). Sum of RGB (Red+Green+Blue) = 203+21+146=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1592 is #34EA6D. Grayscale: #595959. Windows color (decimal): -3467886 or 9573835. OLE color: 9573835.
HSL color Cylindrical-coordinate representation of color #CB1592: hue angle of 318.79º 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 #CB1592 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 146 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.20 |
| HSL | 318.79º | 0.81% | 0.44% | - |
| HSV(B) | 318.79º | 0.9% | 0.8% | - |
| XYZ | 30.09 | 15.31 | 28.56 | - |
| YUV | 89.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 146 | 0 | 0.90 | 0.28 | 0.20 | 318.79 | 0.81 | 0.44 |
| Hex | CB | 15 | 92 | 0 | 5A | 1C | 14 | 13F | 51 | 2C |
| Octal | 313 | 25 | 222 | 0 | 132 | 34 | 24 | 477 | 121 | 54 |
| Binary | 11001011 | 10101 | 10010010 | 0 | 1011010 | 11100 | 10100 | 100111111 | 1010001 | 101100 |
Color Harmonies of #CB1592
Complementary color
Monochromatic Colors of #CB1592
Black with #CB1592
Text Example
Text Example
White with #CB1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1592; }
p { color: rgb(203,21,146); }
H1.HeaderClassName
{
color: #CB1592;
}
.AnyTagClassName
{
color: #CB1592;
}
</style>
background-color css
<style>
a { background-color: #CB1592; }
a { background-color: rgb(203,21,146); }
div.DivClassName
{
background-color: #CB1592;
}
.BgClassName
{
background-color: #CB1592;
}
</style>
border-color css
<style>
span { border-color: #CB1592; }
span { border-color: rgb(203,21,146); }
td.TdClassName
{
border-color: #CB1592;
}
.TagClassName
{
border-color: #CB1592;
}
</style>