Shades of Medium Violet Red #CB2084
Tints of Medium Violet Red #CB2084
RGB
CMYK
RGB Variations
Color information
#CB2084 (or 0xCB2084) is known color: Medium Violet Red. HEX triplet: CB, 20 and 84. RGB value is (203,32,132). Sum of RGB (Red+Green+Blue) = 203+32+132=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2084 is #34DF7B. Grayscale: #5E5E5E. Windows color (decimal): -3465084 or 8659147. OLE color: 8659147.
HSL color Cylindrical-coordinate representation of color #CB2084: hue angle of 324.91º 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 #CB2084 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 132 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.20 |
| HSL | 324.91º | 0.73% | 0.46% | - |
| HSV(B) | 324.91º | 0.84% | 0.8% | - |
| XYZ | 29.31 | 15.4 | 23.26 | - |
| YUV | 94.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 132 | 0 | 0.84 | 0.35 | 0.20 | 324.91 | 0.73 | 0.46 |
| Hex | CB | 20 | 84 | 0 | 54 | 23 | 14 | 145 | 49 | 2E |
| Octal | 313 | 40 | 204 | 0 | 124 | 43 | 24 | 505 | 111 | 56 |
| Binary | 11001011 | 100000 | 10000100 | 0 | 1010100 | 100011 | 10100 | 101000101 | 1001001 | 101110 |
Color Harmonies of #CB2084
Complementary color
Monochromatic Colors of #CB2084
Black with #CB2084
Text Example
Text Example
White with #CB2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2084; }
p { color: rgb(203,32,132); }
H1.HeaderClassName
{
color: #CB2084;
}
.AnyTagClassName
{
color: #CB2084;
}
</style>
background-color css
<style>
a { background-color: #CB2084; }
a { background-color: rgb(203,32,132); }
div.DivClassName
{
background-color: #CB2084;
}
.BgClassName
{
background-color: #CB2084;
}
</style>
border-color css
<style>
span { border-color: #CB2084; }
span { border-color: rgb(203,32,132); }
td.TdClassName
{
border-color: #CB2084;
}
.TagClassName
{
border-color: #CB2084;
}
</style>