Shades of Medium Violet Red #CB2196
Tints of Medium Violet Red #CB2196
RGB
CMYK
RGB Variations
Color information
#CB2196 (or 0xCB2196) is known color: Medium Violet Red. HEX triplet: CB, 21 and 96. RGB value is (203,33,150). Sum of RGB (Red+Green+Blue) = 203+33+150=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2196 is #34DE69. Grayscale: #606060. Windows color (decimal): -3464810 or 9839051. OLE color: 9839051.
HSL color Cylindrical-coordinate representation of color #CB2196: hue angle of 318.71º 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 #CB2196 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 150 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.20 |
| HSL | 318.71º | 0.72% | 0.46% | - |
| HSV(B) | 318.71º | 0.84% | 0.8% | - |
| XYZ | 30.68 | 15.99 | 30.32 | - |
| YUV | 97.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 150 | 0 | 0.84 | 0.26 | 0.20 | 318.71 | 0.72 | 0.46 |
| Hex | CB | 21 | 96 | 0 | 54 | 1A | 14 | 13F | 48 | 2E |
| Octal | 313 | 41 | 226 | 0 | 124 | 32 | 24 | 477 | 110 | 56 |
| Binary | 11001011 | 100001 | 10010110 | 0 | 1010100 | 11010 | 10100 | 100111111 | 1001000 | 101110 |
Color Harmonies of #CB2196
Complementary color
Monochromatic Colors of #CB2196
Black with #CB2196
Text Example
Text Example
White with #CB2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2196; }
p { color: rgb(203,33,150); }
H1.HeaderClassName
{
color: #CB2196;
}
.AnyTagClassName
{
color: #CB2196;
}
</style>
background-color css
<style>
a { background-color: #CB2196; }
a { background-color: rgb(203,33,150); }
div.DivClassName
{
background-color: #CB2196;
}
.BgClassName
{
background-color: #CB2196;
}
</style>
border-color css
<style>
span { border-color: #CB2196; }
span { border-color: rgb(203,33,150); }
td.TdClassName
{
border-color: #CB2196;
}
.TagClassName
{
border-color: #CB2196;
}
</style>