Shades of Medium Red Violet #CB2C95
Tints of Medium Red Violet #CB2C95
RGB
CMYK
RGB Variations
Color information
#CB2C95 (or 0xCB2C95) is known color: Medium Red Violet. HEX triplet: CB, 2C and 95. RGB value is (203,44,149). Sum of RGB (Red+Green+Blue) = 203+44+149=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2C95 is #34D36A. Grayscale: #676767. Windows color (decimal): -3461995 or 9776331. OLE color: 9776331.
HSL color Cylindrical-coordinate representation of color #CB2C95: hue angle of 320.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C95 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 149 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.20 |
| HSL | 320.38º | 0.64% | 0.48% | - |
| HSV(B) | 320.38º | 0.78% | 0.8% | - |
| XYZ | 30.95 | 16.67 | 30.02 | - |
| YUV | 103.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 149 | 0 | 0.78 | 0.27 | 0.20 | 320.38 | 0.64 | 0.48 |
| Hex | CB | 2C | 95 | 0 | 4E | 1B | 14 | 140 | 40 | 30 |
| Octal | 313 | 54 | 225 | 0 | 116 | 33 | 24 | 500 | 100 | 60 |
| Binary | 11001011 | 101100 | 10010101 | 0 | 1001110 | 11011 | 10100 | 101000000 | 1000000 | 110000 |
Color Harmonies of #CB2C95
Complementary color
Monochromatic Colors of #CB2C95
Black with #CB2C95
Text Example
Text Example
White with #CB2C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C95; }
p { color: rgb(203,44,149); }
H1.HeaderClassName
{
color: #CB2C95;
}
.AnyTagClassName
{
color: #CB2C95;
}
</style>
background-color css
<style>
a { background-color: #CB2C95; }
a { background-color: rgb(203,44,149); }
div.DivClassName
{
background-color: #CB2C95;
}
.BgClassName
{
background-color: #CB2C95;
}
</style>
border-color css
<style>
span { border-color: #CB2C95; }
span { border-color: rgb(203,44,149); }
td.TdClassName
{
border-color: #CB2C95;
}
.TagClassName
{
border-color: #CB2C95;
}
</style>