Shades of Medium Violet Red #CB1179
Tints of Medium Violet Red #CB1179
RGB
CMYK
RGB Variations
Color information
#CB1179 (or 0xCB1179) is known color: Medium Violet Red. HEX triplet: CB, 11 and 79. RGB value is (203,17,121). Sum of RGB (Red+Green+Blue) = 203+17+121=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1179 is #34EE86. Grayscale: #545454. Windows color (decimal): -3468935 or 7934411. OLE color: 7934411.
HSL color Cylindrical-coordinate representation of color #CB1179: hue angle of 326.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1179 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.20 |
| HSL | 326.45º | 0.85% | 0.43% | - |
| HSV(B) | 326.45º | 0.92% | 0.8% | - |
| XYZ | 28.28 | 14.48 | 19.39 | - |
| YUV | 84.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 121 | 0 | 0.92 | 0.40 | 0.20 | 326.45 | 0.85 | 0.43 |
| Hex | CB | 11 | 79 | 0 | 5C | 28 | 14 | 146 | 55 | 2B |
| Octal | 313 | 21 | 171 | 0 | 134 | 50 | 24 | 506 | 125 | 53 |
| Binary | 11001011 | 10001 | 1111001 | 0 | 1011100 | 101000 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CB1179
Complementary color
Monochromatic Colors of #CB1179
Black with #CB1179
Text Example
Text Example
White with #CB1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1179; }
p { color: rgb(203,17,121); }
H1.HeaderClassName
{
color: #CB1179;
}
.AnyTagClassName
{
color: #CB1179;
}
</style>
background-color css
<style>
a { background-color: #CB1179; }
a { background-color: rgb(203,17,121); }
div.DivClassName
{
background-color: #CB1179;
}
.BgClassName
{
background-color: #CB1179;
}
</style>
border-color css
<style>
span { border-color: #CB1179; }
span { border-color: rgb(203,17,121); }
td.TdClassName
{
border-color: #CB1179;
}
.TagClassName
{
border-color: #CB1179;
}
</style>