Shades of Medium Violet Red #CB2095
Tints of Medium Violet Red #CB2095
RGB
CMYK
RGB Variations
Color information
#CB2095 (or 0xCB2095) is known color: Medium Violet Red. HEX triplet: CB, 20 and 95. RGB value is (203,32,149). Sum of RGB (Red+Green+Blue) = 203+32+149=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2095 is #34DF6A. Grayscale: #606060. Windows color (decimal): -3465067 or 9773259. OLE color: 9773259.
HSL color Cylindrical-coordinate representation of color #CB2095: hue angle of 318.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2095 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 149 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.20 |
| HSL | 318.95º | 0.73% | 0.46% | - |
| HSV(B) | 318.95º | 0.84% | 0.8% | - |
| XYZ | 30.57 | 15.9 | 29.89 | - |
| YUV | 96.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 149 | 0 | 0.84 | 0.27 | 0.20 | 318.95 | 0.73 | 0.46 |
| Hex | CB | 20 | 95 | 0 | 54 | 1B | 14 | 13F | 49 | 2E |
| Octal | 313 | 40 | 225 | 0 | 124 | 33 | 24 | 477 | 111 | 56 |
| Binary | 11001011 | 100000 | 10010101 | 0 | 1010100 | 11011 | 10100 | 100111111 | 1001001 | 101110 |
Color Harmonies of #CB2095
Complementary color
Monochromatic Colors of #CB2095
Black with #CB2095
Text Example
Text Example
White with #CB2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2095; }
p { color: rgb(203,32,149); }
H1.HeaderClassName
{
color: #CB2095;
}
.AnyTagClassName
{
color: #CB2095;
}
</style>
background-color css
<style>
a { background-color: #CB2095; }
a { background-color: rgb(203,32,149); }
div.DivClassName
{
background-color: #CB2095;
}
.BgClassName
{
background-color: #CB2095;
}
</style>
border-color css
<style>
span { border-color: #CB2095; }
span { border-color: rgb(203,32,149); }
td.TdClassName
{
border-color: #CB2095;
}
.TagClassName
{
border-color: #CB2095;
}
</style>