Shades of Medium Violet Red #CB0391
Tints of Medium Violet Red #CB0391
RGB
CMYK
RGB Variations
Color information
#CB0391 (or 0xCB0391) is known color: Medium Violet Red. HEX triplet: CB, 03 and 91. RGB value is (203,3,145). Sum of RGB (Red+Green+Blue) = 203+3+145=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0391 is #34FC6E. Grayscale: #4E4E4E. Windows color (decimal): -3472495 or 9503691. OLE color: 9503691.
HSL color Cylindrical-coordinate representation of color #CB0391: hue angle of 317.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0391 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.20 |
| HSL | 317.4º | 0.97% | 0.4% | - |
| HSV(B) | 317.4º | 0.99% | 0.8% | - |
| XYZ | 29.77 | 14.81 | 28.08 | - |
| YUV | 78.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 145 | 0 | 0.99 | 0.29 | 0.20 | 317.4 | 0.97 | 0.4 |
| Hex | CB | 3 | 91 | 0 | 63 | 1D | 14 | 13D | 61 | 28 |
| Octal | 313 | 3 | 221 | 0 | 143 | 35 | 24 | 475 | 141 | 50 |
| Binary | 11001011 | 11 | 10010001 | 0 | 1100011 | 11101 | 10100 | 100111101 | 1100001 | 101000 |
Color Harmonies of #CB0391
Complementary color
Monochromatic Colors of #CB0391
Black with #CB0391
Text Example
Text Example
White with #CB0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0391; }
p { color: rgb(203,3,145); }
H1.HeaderClassName
{
color: #CB0391;
}
.AnyTagClassName
{
color: #CB0391;
}
</style>
background-color css
<style>
a { background-color: #CB0391; }
a { background-color: rgb(203,3,145); }
div.DivClassName
{
background-color: #CB0391;
}
.BgClassName
{
background-color: #CB0391;
}
</style>
border-color css
<style>
span { border-color: #CB0391; }
span { border-color: rgb(203,3,145); }
td.TdClassName
{
border-color: #CB0391;
}
.TagClassName
{
border-color: #CB0391;
}
</style>