Shades of Medium Violet Red #CB1391
Tints of Medium Violet Red #CB1391
RGB
CMYK
RGB Variations
Color information
#CB1391 (or 0xCB1391) is known color: Medium Violet Red. HEX triplet: CB, 13 and 91. RGB value is (203,19,145). Sum of RGB (Red+Green+Blue) = 203+19+145=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1391 is #34EC6E. Grayscale: #585858. Windows color (decimal): -3468399 or 9507787. OLE color: 9507787.
HSL color Cylindrical-coordinate representation of color #CB1391: hue angle of 318.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1391 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.20 |
| HSL | 318.91º | 0.83% | 0.44% | - |
| HSV(B) | 318.91º | 0.91% | 0.8% | - |
| XYZ | 29.97 | 15.21 | 28.14 | - |
| YUV | 88.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 145 | 0 | 0.91 | 0.29 | 0.20 | 318.91 | 0.83 | 0.44 |
| Hex | CB | 13 | 91 | 0 | 5B | 1D | 14 | 13F | 53 | 2C |
| Octal | 313 | 23 | 221 | 0 | 133 | 35 | 24 | 477 | 123 | 54 |
| Binary | 11001011 | 10011 | 10010001 | 0 | 1011011 | 11101 | 10100 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CB1391
Complementary color
Monochromatic Colors of #CB1391
Black with #CB1391
Text Example
Text Example
White with #CB1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1391; }
p { color: rgb(203,19,145); }
H1.HeaderClassName
{
color: #CB1391;
}
.AnyTagClassName
{
color: #CB1391;
}
</style>
background-color css
<style>
a { background-color: #CB1391; }
a { background-color: rgb(203,19,145); }
div.DivClassName
{
background-color: #CB1391;
}
.BgClassName
{
background-color: #CB1391;
}
</style>
border-color css
<style>
span { border-color: #CB1391; }
span { border-color: rgb(203,19,145); }
td.TdClassName
{
border-color: #CB1391;
}
.TagClassName
{
border-color: #CB1391;
}
</style>