Shades of Medium Red Violet #CB3095
Tints of Medium Red Violet #CB3095
RGB
CMYK
RGB Variations
Color information
#CB3095 (or 0xCB3095) is known color: Medium Red Violet. HEX triplet: CB, 30 and 95. RGB value is (203,48,149). Sum of RGB (Red+Green+Blue) = 203+48+149=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3095 is #34CF6A. Grayscale: #696969. Windows color (decimal): -3460971 or 9777355. OLE color: 9777355.
HSL color Cylindrical-coordinate representation of color #CB3095: hue angle of 320.9º 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 #CB3095 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 149 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.20 |
| HSL | 320.9º | 0.62% | 0.49% | - |
| HSV(B) | 320.9º | 0.76% | 0.8% | - |
| XYZ | 31.11 | 16.98 | 30.07 | - |
| YUV | 105.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 149 | 0 | 0.76 | 0.27 | 0.20 | 320.9 | 0.62 | 0.49 |
| Hex | CB | 30 | 95 | 0 | 4C | 1B | 14 | 141 | 3E | 31 |
| Octal | 313 | 60 | 225 | 0 | 114 | 33 | 24 | 501 | 76 | 61 |
| Binary | 11001011 | 110000 | 10010101 | 0 | 1001100 | 11011 | 10100 | 101000001 | 111110 | 110001 |
Color Harmonies of #CB3095
Complementary color
Monochromatic Colors of #CB3095
Black with #CB3095
Text Example
Text Example
White with #CB3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3095; }
p { color: rgb(203,48,149); }
H1.HeaderClassName
{
color: #CB3095;
}
.AnyTagClassName
{
color: #CB3095;
}
</style>
background-color css
<style>
a { background-color: #CB3095; }
a { background-color: rgb(203,48,149); }
div.DivClassName
{
background-color: #CB3095;
}
.BgClassName
{
background-color: #CB3095;
}
</style>
border-color css
<style>
span { border-color: #CB3095; }
span { border-color: rgb(203,48,149); }
td.TdClassName
{
border-color: #CB3095;
}
.TagClassName
{
border-color: #CB3095;
}
</style>