Shades of Medium Violet Red #CB2195
Tints of Medium Violet Red #CB2195
RGB
CMYK
RGB Variations
Color information
#CB2195 (or 0xCB2195) is known color: Medium Violet Red. HEX triplet: CB, 21 and 95. RGB value is (203,33,149). Sum of RGB (Red+Green+Blue) = 203+33+149=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2195 is #34DE6A. Grayscale: #606060. Windows color (decimal): -3464811 or 9773515. OLE color: 9773515.
HSL color Cylindrical-coordinate representation of color #CB2195: hue angle of 319.06º degrees, saturation: 0.72, 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 #CB2195 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 149 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.20 |
| HSL | 319.06º | 0.72% | 0.46% | - |
| HSV(B) | 319.06º | 0.84% | 0.8% | - |
| XYZ | 30.6 | 15.95 | 29.9 | - |
| YUV | 97.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 149 | 0 | 0.84 | 0.27 | 0.20 | 319.06 | 0.72 | 0.46 |
| Hex | CB | 21 | 95 | 0 | 54 | 1B | 14 | 13F | 48 | 2E |
| Octal | 313 | 41 | 225 | 0 | 124 | 33 | 24 | 477 | 110 | 56 |
| Binary | 11001011 | 100001 | 10010101 | 0 | 1010100 | 11011 | 10100 | 100111111 | 1001000 | 101110 |
Color Harmonies of #CB2195
Complementary color
Monochromatic Colors of #CB2195
Black with #CB2195
Text Example
Text Example
White with #CB2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2195; }
p { color: rgb(203,33,149); }
H1.HeaderClassName
{
color: #CB2195;
}
.AnyTagClassName
{
color: #CB2195;
}
</style>
background-color css
<style>
a { background-color: #CB2195; }
a { background-color: rgb(203,33,149); }
div.DivClassName
{
background-color: #CB2195;
}
.BgClassName
{
background-color: #CB2195;
}
</style>
border-color css
<style>
span { border-color: #CB2195; }
span { border-color: rgb(203,33,149); }
td.TdClassName
{
border-color: #CB2195;
}
.TagClassName
{
border-color: #CB2195;
}
</style>