Shades of Medium Violet Red #CB1977
Tints of Medium Violet Red #CB1977
RGB
CMYK
RGB Variations
Color information
#CB1977 (or 0xCB1977) is known color: Medium Violet Red. HEX triplet: CB, 19 and 77. RGB value is (203,25,119). Sum of RGB (Red+Green+Blue) = 203+25+119=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1977 is #34E688. Grayscale: #585858. Windows color (decimal): -3466889 or 7805387. OLE color: 7805387.
HSL color Cylindrical-coordinate representation of color #CB1977: hue angle of 328.31º 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 #CB1977 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 119 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.20 |
| HSL | 328.31º | 0.78% | 0.45% | - |
| HSV(B) | 328.31º | 0.88% | 0.8% | - |
| XYZ | 28.31 | 14.72 | 18.8 | - |
| YUV | 88.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 119 | 0 | 0.88 | 0.41 | 0.20 | 328.31 | 0.78 | 0.45 |
| Hex | CB | 19 | 77 | 0 | 58 | 29 | 14 | 148 | 4E | 2D |
| Octal | 313 | 31 | 167 | 0 | 130 | 51 | 24 | 510 | 116 | 55 |
| Binary | 11001011 | 11001 | 1110111 | 0 | 1011000 | 101001 | 10100 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CB1977
Complementary color
Monochromatic Colors of #CB1977
Black with #CB1977
Text Example
Text Example
White with #CB1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1977; }
p { color: rgb(203,25,119); }
H1.HeaderClassName
{
color: #CB1977;
}
.AnyTagClassName
{
color: #CB1977;
}
</style>
background-color css
<style>
a { background-color: #CB1977; }
a { background-color: rgb(203,25,119); }
div.DivClassName
{
background-color: #CB1977;
}
.BgClassName
{
background-color: #CB1977;
}
</style>
border-color css
<style>
span { border-color: #CB1977; }
span { border-color: rgb(203,25,119); }
td.TdClassName
{
border-color: #CB1977;
}
.TagClassName
{
border-color: #CB1977;
}
</style>