Shades of Medium Violet Red #CB1971
Tints of Medium Violet Red #CB1971
RGB
CMYK
RGB Variations
Color information
#CB1971 (or 0xCB1971) is known color: Medium Violet Red. HEX triplet: CB, 19 and 71. RGB value is (203,25,113). Sum of RGB (Red+Green+Blue) = 203+25+113=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1971 is #34E68E. Grayscale: #585858. Windows color (decimal): -3466895 or 7412171. OLE color: 7412171.
HSL color Cylindrical-coordinate representation of color #CB1971: hue angle of 330.34º 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 #CB1971 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 113 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.20 |
| HSL | 330.34º | 0.78% | 0.45% | - |
| HSV(B) | 330.34º | 0.88% | 0.8% | - |
| XYZ | 27.96 | 14.58 | 16.96 | - |
| YUV | 88.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 113 | 0 | 0.88 | 0.44 | 0.20 | 330.34 | 0.78 | 0.45 |
| Hex | CB | 19 | 71 | 0 | 58 | 2C | 14 | 14A | 4E | 2D |
| Octal | 313 | 31 | 161 | 0 | 130 | 54 | 24 | 512 | 116 | 55 |
| Binary | 11001011 | 11001 | 1110001 | 0 | 1011000 | 101100 | 10100 | 101001010 | 1001110 | 101101 |
Color Harmonies of #CB1971
Complementary color
Monochromatic Colors of #CB1971
Black with #CB1971
Text Example
Text Example
White with #CB1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1971; }
p { color: rgb(203,25,113); }
H1.HeaderClassName
{
color: #CB1971;
}
.AnyTagClassName
{
color: #CB1971;
}
</style>
background-color css
<style>
a { background-color: #CB1971; }
a { background-color: rgb(203,25,113); }
div.DivClassName
{
background-color: #CB1971;
}
.BgClassName
{
background-color: #CB1971;
}
</style>
border-color css
<style>
span { border-color: #CB1971; }
span { border-color: rgb(203,25,113); }
td.TdClassName
{
border-color: #CB1971;
}
.TagClassName
{
border-color: #CB1971;
}
</style>