Shades of Medium Violet Red #CB2092
Tints of Medium Violet Red #CB2092
RGB
CMYK
RGB Variations
Color information
#CB2092 (or 0xCB2092) is known color: Medium Violet Red. HEX triplet: CB, 20 and 92. RGB value is (203,32,146). Sum of RGB (Red+Green+Blue) = 203+32+146=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2092 is #34DF6D. Grayscale: #5F5F5F. Windows color (decimal): -3465070 or 9576651. OLE color: 9576651.
HSL color Cylindrical-coordinate representation of color #CB2092: hue angle of 320º 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 #CB2092 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 146 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.20 |
| HSL | 320º | 0.73% | 0.46% | - |
| HSV(B) | 320º | 0.84% | 0.8% | - |
| XYZ | 30.33 | 15.8 | 28.65 | - |
| YUV | 96.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 146 | 0 | 0.84 | 0.28 | 0.20 | 320 | 0.73 | 0.46 |
| Hex | CB | 20 | 92 | 0 | 54 | 1C | 14 | 140 | 49 | 2E |
| Octal | 313 | 40 | 222 | 0 | 124 | 34 | 24 | 500 | 111 | 56 |
| Binary | 11001011 | 100000 | 10010010 | 0 | 1010100 | 11100 | 10100 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CB2092
Complementary color
Monochromatic Colors of #CB2092
Black with #CB2092
Text Example
Text Example
White with #CB2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2092; }
p { color: rgb(203,32,146); }
H1.HeaderClassName
{
color: #CB2092;
}
.AnyTagClassName
{
color: #CB2092;
}
</style>
background-color css
<style>
a { background-color: #CB2092; }
a { background-color: rgb(203,32,146); }
div.DivClassName
{
background-color: #CB2092;
}
.BgClassName
{
background-color: #CB2092;
}
</style>
border-color css
<style>
span { border-color: #CB2092; }
span { border-color: rgb(203,32,146); }
td.TdClassName
{
border-color: #CB2092;
}
.TagClassName
{
border-color: #CB2092;
}
</style>