Shades of Medium Red Violet #CB3193
Tints of Medium Red Violet #CB3193
RGB
CMYK
RGB Variations
Color information
#CB3193 (or 0xCB3193) is known color: Medium Red Violet. HEX triplet: CB, 31 and 93. RGB value is (203,49,147). Sum of RGB (Red+Green+Blue) = 203+49+147=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3193 is #34CE6C. Grayscale: #696969. Windows color (decimal): -3460717 or 9646539. OLE color: 9646539.
HSL color Cylindrical-coordinate representation of color #CB3193: hue angle of 321.82º degrees, saturation: 0.61, 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 #CB3193 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 147 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.20 |
| HSL | 321.82º | 0.61% | 0.49% | - |
| HSV(B) | 321.82º | 0.76% | 0.8% | - |
| XYZ | 30.99 | 17 | 29.25 | - |
| YUV | 106.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 147 | 0 | 0.76 | 0.28 | 0.20 | 321.82 | 0.61 | 0.49 |
| Hex | CB | 31 | 93 | 0 | 4C | 1C | 14 | 142 | 3D | 31 |
| Octal | 313 | 61 | 223 | 0 | 114 | 34 | 24 | 502 | 75 | 61 |
| Binary | 11001011 | 110001 | 10010011 | 0 | 1001100 | 11100 | 10100 | 101000010 | 111101 | 110001 |
Color Harmonies of #CB3193
Complementary color
Monochromatic Colors of #CB3193
Black with #CB3193
Text Example
Text Example
White with #CB3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3193; }
p { color: rgb(203,49,147); }
H1.HeaderClassName
{
color: #CB3193;
}
.AnyTagClassName
{
color: #CB3193;
}
</style>
background-color css
<style>
a { background-color: #CB3193; }
a { background-color: rgb(203,49,147); }
div.DivClassName
{
background-color: #CB3193;
}
.BgClassName
{
background-color: #CB3193;
}
</style>
border-color css
<style>
span { border-color: #CB3193; }
span { border-color: rgb(203,49,147); }
td.TdClassName
{
border-color: #CB3193;
}
.TagClassName
{
border-color: #CB3193;
}
</style>