Shades of Medium Violet Red #CB2076
Tints of Medium Violet Red #CB2076
RGB
CMYK
RGB Variations
Color information
#CB2076 (or 0xCB2076) is known color: Medium Violet Red. HEX triplet: CB, 20 and 76. RGB value is (203,32,118). Sum of RGB (Red+Green+Blue) = 203+32+118=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2076 is #34DF89. Grayscale: #5C5C5C. Windows color (decimal): -3465098 or 7741643. OLE color: 7741643.
HSL color Cylindrical-coordinate representation of color #CB2076: hue angle of 329.82º 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 #CB2076 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 118 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.20 |
| HSL | 329.82º | 0.73% | 0.46% | - |
| HSV(B) | 329.82º | 0.84% | 0.8% | - |
| XYZ | 28.42 | 15.04 | 18.54 | - |
| YUV | 92.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 118 | 0 | 0.84 | 0.42 | 0.20 | 329.82 | 0.73 | 0.46 |
| Hex | CB | 20 | 76 | 0 | 54 | 2A | 14 | 14A | 49 | 2E |
| Octal | 313 | 40 | 166 | 0 | 124 | 52 | 24 | 512 | 111 | 56 |
| Binary | 11001011 | 100000 | 1110110 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001001 | 101110 |
Color Harmonies of #CB2076
Complementary color
Monochromatic Colors of #CB2076
Black with #CB2076
Text Example
Text Example
White with #CB2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2076; }
p { color: rgb(203,32,118); }
H1.HeaderClassName
{
color: #CB2076;
}
.AnyTagClassName
{
color: #CB2076;
}
</style>
background-color css
<style>
a { background-color: #CB2076; }
a { background-color: rgb(203,32,118); }
div.DivClassName
{
background-color: #CB2076;
}
.BgClassName
{
background-color: #CB2076;
}
</style>
border-color css
<style>
span { border-color: #CB2076; }
span { border-color: rgb(203,32,118); }
td.TdClassName
{
border-color: #CB2076;
}
.TagClassName
{
border-color: #CB2076;
}
</style>