Shades of Medium Violet Red #CB1980
Tints of Medium Violet Red #CB1980
RGB
CMYK
RGB Variations
Color information
#CB1980 (or 0xCB1980) is known color: Medium Violet Red. HEX triplet: CB, 19 and 80. RGB value is (203,25,128). Sum of RGB (Red+Green+Blue) = 203+25+128=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1980 is #34E67F. Grayscale: #595959. Windows color (decimal): -3466880 or 8395211. OLE color: 8395211.
HSL color Cylindrical-coordinate representation of color #CB1980: hue angle of 325.28º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1980 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 128 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.20 |
| HSL | 325.28º | 0.78% | 0.45% | - |
| HSV(B) | 325.28º | 0.88% | 0.8% | - |
| XYZ | 28.87 | 14.95 | 21.79 | - |
| YUV | 89.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 128 | 0 | 0.88 | 0.37 | 0.20 | 325.28 | 0.78 | 0.45 |
| Hex | CB | 19 | 80 | 0 | 58 | 25 | 14 | 145 | 4E | 2D |
| Octal | 313 | 31 | 200 | 0 | 130 | 45 | 24 | 505 | 116 | 55 |
| Binary | 11001011 | 11001 | 10000000 | 0 | 1011000 | 100101 | 10100 | 101000101 | 1001110 | 101101 |
Color Harmonies of #CB1980
Complementary color
Monochromatic Colors of #CB1980
Black with #CB1980
Text Example
Text Example
White with #CB1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1980; }
p { color: rgb(203,25,128); }
H1.HeaderClassName
{
color: #CB1980;
}
.AnyTagClassName
{
color: #CB1980;
}
</style>
background-color css
<style>
a { background-color: #CB1980; }
a { background-color: rgb(203,25,128); }
div.DivClassName
{
background-color: #CB1980;
}
.BgClassName
{
background-color: #CB1980;
}
</style>
border-color css
<style>
span { border-color: #CB1980; }
span { border-color: rgb(203,25,128); }
td.TdClassName
{
border-color: #CB1980;
}
.TagClassName
{
border-color: #CB1980;
}
</style>