Shades of Medium Violet Red #CB1972
Tints of Medium Violet Red #CB1972
RGB
CMYK
RGB Variations
Color information
#CB1972 (or 0xCB1972) is known color: Medium Violet Red. HEX triplet: CB, 19 and 72. RGB value is (203,25,114). Sum of RGB (Red+Green+Blue) = 203+25+114=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1972 is #34E68D. Grayscale: #585858. Windows color (decimal): -3466894 or 7477707. OLE color: 7477707.
HSL color Cylindrical-coordinate representation of color #CB1972: hue angle of 330º 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 #CB1972 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 114 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.20 |
| HSL | 330º | 0.78% | 0.45% | - |
| HSV(B) | 330º | 0.88% | 0.8% | - |
| XYZ | 28.01 | 14.61 | 17.26 | - |
| YUV | 88.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 114 | 0 | 0.88 | 0.44 | 0.20 | 330 | 0.78 | 0.45 |
| Hex | CB | 19 | 72 | 0 | 58 | 2C | 14 | 14A | 4E | 2D |
| Octal | 313 | 31 | 162 | 0 | 130 | 54 | 24 | 512 | 116 | 55 |
| Binary | 11001011 | 11001 | 1110010 | 0 | 1011000 | 101100 | 10100 | 101001010 | 1001110 | 101101 |
Color Harmonies of #CB1972
Complementary color
Monochromatic Colors of #CB1972
Black with #CB1972
Text Example
Text Example
White with #CB1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1972; }
p { color: rgb(203,25,114); }
H1.HeaderClassName
{
color: #CB1972;
}
.AnyTagClassName
{
color: #CB1972;
}
</style>
background-color css
<style>
a { background-color: #CB1972; }
a { background-color: rgb(203,25,114); }
div.DivClassName
{
background-color: #CB1972;
}
.BgClassName
{
background-color: #CB1972;
}
</style>
border-color css
<style>
span { border-color: #CB1972; }
span { border-color: rgb(203,25,114); }
td.TdClassName
{
border-color: #CB1972;
}
.TagClassName
{
border-color: #CB1972;
}
</style>