Shades of Medium Violet Red #CB1191
Tints of Medium Violet Red #CB1191
RGB
CMYK
RGB Variations
Color information
#CB1191 (or 0xCB1191) is known color: Medium Violet Red. HEX triplet: CB, 11 and 91. RGB value is (203,17,145). Sum of RGB (Red+Green+Blue) = 203+17+145=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1191 is #34EE6E. Grayscale: #565656. Windows color (decimal): -3468911 or 9507275. OLE color: 9507275.
HSL color Cylindrical-coordinate representation of color #CB1191: hue angle of 318.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1191 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 145 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.20 |
| HSL | 318.71º | 0.85% | 0.43% | - |
| HSV(B) | 318.71º | 0.92% | 0.8% | - |
| XYZ | 29.94 | 15.14 | 28.13 | - |
| YUV | 87.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 145 | 0 | 0.92 | 0.29 | 0.20 | 318.71 | 0.85 | 0.43 |
| Hex | CB | 11 | 91 | 0 | 5C | 1D | 14 | 13F | 55 | 2B |
| Octal | 313 | 21 | 221 | 0 | 134 | 35 | 24 | 477 | 125 | 53 |
| Binary | 11001011 | 10001 | 10010001 | 0 | 1011100 | 11101 | 10100 | 100111111 | 1010101 | 101011 |
Color Harmonies of #CB1191
Complementary color
Monochromatic Colors of #CB1191
Black with #CB1191
Text Example
Text Example
White with #CB1191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1191; }
p { color: rgb(203,17,145); }
H1.HeaderClassName
{
color: #CB1191;
}
.AnyTagClassName
{
color: #CB1191;
}
</style>
background-color css
<style>
a { background-color: #CB1191; }
a { background-color: rgb(203,17,145); }
div.DivClassName
{
background-color: #CB1191;
}
.BgClassName
{
background-color: #CB1191;
}
</style>
border-color css
<style>
span { border-color: #CB1191; }
span { border-color: rgb(203,17,145); }
td.TdClassName
{
border-color: #CB1191;
}
.TagClassName
{
border-color: #CB1191;
}
</style>