Shades of Medium Violet Red #CB2081
Tints of Medium Violet Red #CB2081
RGB
CMYK
RGB Variations
Color information
#CB2081 (or 0xCB2081) is known color: Medium Violet Red. HEX triplet: CB, 20 and 81. RGB value is (203,32,129). Sum of RGB (Red+Green+Blue) = 203+32+129=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2081 is #34DF7E. Grayscale: #5D5D5D. Windows color (decimal): -3465087 or 8462539. OLE color: 8462539.
HSL color Cylindrical-coordinate representation of color #CB2081: hue angle of 325.96º 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 #CB2081 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 129 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.20 |
| HSL | 325.96º | 0.73% | 0.46% | - |
| HSV(B) | 325.96º | 0.84% | 0.8% | - |
| XYZ | 29.11 | 15.31 | 22.19 | - |
| YUV | 94.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 129 | 0 | 0.84 | 0.36 | 0.20 | 325.96 | 0.73 | 0.46 |
| Hex | CB | 20 | 81 | 0 | 54 | 24 | 14 | 146 | 49 | 2E |
| Octal | 313 | 40 | 201 | 0 | 124 | 44 | 24 | 506 | 111 | 56 |
| Binary | 11001011 | 100000 | 10000001 | 0 | 1010100 | 100100 | 10100 | 101000110 | 1001001 | 101110 |
Color Harmonies of #CB2081
Complementary color
Monochromatic Colors of #CB2081
Black with #CB2081
Text Example
Text Example
White with #CB2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2081; }
p { color: rgb(203,32,129); }
H1.HeaderClassName
{
color: #CB2081;
}
.AnyTagClassName
{
color: #CB2081;
}
</style>
background-color css
<style>
a { background-color: #CB2081; }
a { background-color: rgb(203,32,129); }
div.DivClassName
{
background-color: #CB2081;
}
.BgClassName
{
background-color: #CB2081;
}
</style>
border-color css
<style>
span { border-color: #CB2081; }
span { border-color: rgb(203,32,129); }
td.TdClassName
{
border-color: #CB2081;
}
.TagClassName
{
border-color: #CB2081;
}
</style>