Shades of Medium Violet Red #CB1491
Tints of Medium Violet Red #CB1491
RGB
CMYK
RGB Variations
Color information
#CB1491 (or 0xCB1491) is known color: Medium Violet Red. HEX triplet: CB, 14 and 91. RGB value is (203,20,145). Sum of RGB (Red+Green+Blue) = 203+20+145=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1491 is #34EB6E. Grayscale: #585858. Windows color (decimal): -3468143 or 9508043. OLE color: 9508043.
HSL color Cylindrical-coordinate representation of color #CB1491: hue angle of 319.02º degrees, saturation: 0.82, 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 #CB1491 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 145 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.20 |
| HSL | 319.02º | 0.82% | 0.44% | - |
| HSV(B) | 319.02º | 0.9% | 0.8% | - |
| XYZ | 29.99 | 15.24 | 28.15 | - |
| YUV | 88.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 145 | 0 | 0.90 | 0.29 | 0.20 | 319.02 | 0.82 | 0.44 |
| Hex | CB | 14 | 91 | 0 | 5A | 1D | 14 | 13F | 52 | 2C |
| Octal | 313 | 24 | 221 | 0 | 132 | 35 | 24 | 477 | 122 | 54 |
| Binary | 11001011 | 10100 | 10010001 | 0 | 1011010 | 11101 | 10100 | 100111111 | 1010010 | 101100 |
Color Harmonies of #CB1491
Complementary color
Monochromatic Colors of #CB1491
Black with #CB1491
Text Example
Text Example
White with #CB1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1491; }
p { color: rgb(203,20,145); }
H1.HeaderClassName
{
color: #CB1491;
}
.AnyTagClassName
{
color: #CB1491;
}
</style>
background-color css
<style>
a { background-color: #CB1491; }
a { background-color: rgb(203,20,145); }
div.DivClassName
{
background-color: #CB1491;
}
.BgClassName
{
background-color: #CB1491;
}
</style>
border-color css
<style>
span { border-color: #CB1491; }
span { border-color: rgb(203,20,145); }
td.TdClassName
{
border-color: #CB1491;
}
.TagClassName
{
border-color: #CB1491;
}
</style>