Shades of Medium Red Violet #CB2D95
Tints of Medium Red Violet #CB2D95
RGB
CMYK
RGB Variations
Color information
#CB2D95 (or 0xCB2D95) is known color: Medium Red Violet. HEX triplet: CB, 2D and 95. RGB value is (203,45,149). Sum of RGB (Red+Green+Blue) = 203+45+149=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2D95 is #34D26A. Grayscale: #676767. Windows color (decimal): -3461739 or 9776587. OLE color: 9776587.
HSL color Cylindrical-coordinate representation of color #CB2D95: hue angle of 320.51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D95 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 149 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.20 |
| HSL | 320.51º | 0.64% | 0.49% | - |
| HSV(B) | 320.51º | 0.78% | 0.8% | - |
| XYZ | 30.99 | 16.74 | 30.03 | - |
| YUV | 104.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 149 | 0 | 0.78 | 0.27 | 0.20 | 320.51 | 0.64 | 0.49 |
| Hex | CB | 2D | 95 | 0 | 4E | 1B | 14 | 141 | 40 | 31 |
| Octal | 313 | 55 | 225 | 0 | 116 | 33 | 24 | 501 | 100 | 61 |
| Binary | 11001011 | 101101 | 10010101 | 0 | 1001110 | 11011 | 10100 | 101000001 | 1000000 | 110001 |
Color Harmonies of #CB2D95
Complementary color
Monochromatic Colors of #CB2D95
Black with #CB2D95
Text Example
Text Example
White with #CB2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D95; }
p { color: rgb(203,45,149); }
H1.HeaderClassName
{
color: #CB2D95;
}
.AnyTagClassName
{
color: #CB2D95;
}
</style>
background-color css
<style>
a { background-color: #CB2D95; }
a { background-color: rgb(203,45,149); }
div.DivClassName
{
background-color: #CB2D95;
}
.BgClassName
{
background-color: #CB2D95;
}
</style>
border-color css
<style>
span { border-color: #CB2D95; }
span { border-color: rgb(203,45,149); }
td.TdClassName
{
border-color: #CB2D95;
}
.TagClassName
{
border-color: #CB2D95;
}
</style>