Shades of Medium Red Violet #CB3091
Tints of Medium Red Violet #CB3091
RGB
CMYK
RGB Variations
Color information
#CB3091 (or 0xCB3091) is known color: Medium Red Violet. HEX triplet: CB, 30 and 91. RGB value is (203,48,145). Sum of RGB (Red+Green+Blue) = 203+48+145=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3091 is #34CF6E. Grayscale: #696969. Windows color (decimal): -3460975 or 9515211. OLE color: 9515211.
HSL color Cylindrical-coordinate representation of color #CB3091: hue angle of 322.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3091 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 145 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.20 |
| HSL | 322.45º | 0.62% | 0.49% | - |
| HSV(B) | 322.45º | 0.76% | 0.8% | - |
| XYZ | 30.8 | 16.85 | 28.42 | - |
| YUV | 105.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 145 | 0 | 0.76 | 0.29 | 0.20 | 322.45 | 0.62 | 0.49 |
| Hex | CB | 30 | 91 | 0 | 4C | 1D | 14 | 142 | 3E | 31 |
| Octal | 313 | 60 | 221 | 0 | 114 | 35 | 24 | 502 | 76 | 61 |
| Binary | 11001011 | 110000 | 10010001 | 0 | 1001100 | 11101 | 10100 | 101000010 | 111110 | 110001 |
Color Harmonies of #CB3091
Complementary color
Monochromatic Colors of #CB3091
Black with #CB3091
Text Example
Text Example
White with #CB3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3091; }
p { color: rgb(203,48,145); }
H1.HeaderClassName
{
color: #CB3091;
}
.AnyTagClassName
{
color: #CB3091;
}
</style>
background-color css
<style>
a { background-color: #CB3091; }
a { background-color: rgb(203,48,145); }
div.DivClassName
{
background-color: #CB3091;
}
.BgClassName
{
background-color: #CB3091;
}
</style>
border-color css
<style>
span { border-color: #CB3091; }
span { border-color: rgb(203,48,145); }
td.TdClassName
{
border-color: #CB3091;
}
.TagClassName
{
border-color: #CB3091;
}
</style>