Shades of Medium Violet Red #CB1188
Tints of Medium Violet Red #CB1188
RGB
CMYK
RGB Variations
Color information
#CB1188 (or 0xCB1188) is known color: Medium Violet Red. HEX triplet: CB, 11 and 88. RGB value is (203,17,136). Sum of RGB (Red+Green+Blue) = 203+17+136=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1188 is #34EE77. Grayscale: #555555. Windows color (decimal): -3468920 or 8917451. OLE color: 8917451.
HSL color Cylindrical-coordinate representation of color #CB1188: hue angle of 321.61º 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 #CB1188 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 136 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.20 |
| HSL | 321.61º | 0.85% | 0.43% | - |
| HSV(B) | 321.61º | 0.92% | 0.8% | - |
| XYZ | 29.27 | 14.87 | 24.62 | - |
| YUV | 86.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 136 | 0 | 0.92 | 0.33 | 0.20 | 321.61 | 0.85 | 0.43 |
| Hex | CB | 11 | 88 | 0 | 5C | 21 | 14 | 142 | 55 | 2B |
| Octal | 313 | 21 | 210 | 0 | 134 | 41 | 24 | 502 | 125 | 53 |
| Binary | 11001011 | 10001 | 10001000 | 0 | 1011100 | 100001 | 10100 | 101000010 | 1010101 | 101011 |
Color Harmonies of #CB1188
Complementary color
Monochromatic Colors of #CB1188
Black with #CB1188
Text Example
Text Example
White with #CB1188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1188; }
p { color: rgb(203,17,136); }
H1.HeaderClassName
{
color: #CB1188;
}
.AnyTagClassName
{
color: #CB1188;
}
</style>
background-color css
<style>
a { background-color: #CB1188; }
a { background-color: rgb(203,17,136); }
div.DivClassName
{
background-color: #CB1188;
}
.BgClassName
{
background-color: #CB1188;
}
</style>
border-color css
<style>
span { border-color: #CB1188; }
span { border-color: rgb(203,17,136); }
td.TdClassName
{
border-color: #CB1188;
}
.TagClassName
{
border-color: #CB1188;
}
</style>