Shades of Medium Violet Red #CB118B
Tints of Medium Violet Red #CB118B
RGB
CMYK
RGB Variations
Color information
#CB118B (or 0xCB118B) is known color: Medium Violet Red. HEX triplet: CB, 11 and 8B. RGB value is (203,17,139). Sum of RGB (Red+Green+Blue) = 203+17+139=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB118B is #34EE74. Grayscale: #565656. Windows color (decimal): -3468917 or 9114059. OLE color: 9114059.
HSL color Cylindrical-coordinate representation of color #CB118B: hue angle of 320.65º 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 #CB118B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.20 |
| HSL | 320.65º | 0.85% | 0.43% | - |
| HSV(B) | 320.65º | 0.92% | 0.8% | - |
| XYZ | 29.49 | 14.96 | 25.76 | - |
| YUV | 86.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 139 | 0 | 0.92 | 0.32 | 0.20 | 320.65 | 0.85 | 0.43 |
| Hex | CB | 11 | 8B | 0 | 5C | 20 | 14 | 141 | 55 | 2B |
| Octal | 313 | 21 | 213 | 0 | 134 | 40 | 24 | 501 | 125 | 53 |
| Binary | 11001011 | 10001 | 10001011 | 0 | 1011100 | 100000 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CB118B
Complementary color
Monochromatic Colors of #CB118B
Black with #CB118B
Text Example
Text Example
White with #CB118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB118B; }
p { color: rgb(203,17,139); }
H1.HeaderClassName
{
color: #CB118B;
}
.AnyTagClassName
{
color: #CB118B;
}
</style>
background-color css
<style>
a { background-color: #CB118B; }
a { background-color: rgb(203,17,139); }
div.DivClassName
{
background-color: #CB118B;
}
.BgClassName
{
background-color: #CB118B;
}
</style>
border-color css
<style>
span { border-color: #CB118B; }
span { border-color: rgb(203,17,139); }
td.TdClassName
{
border-color: #CB118B;
}
.TagClassName
{
border-color: #CB118B;
}
</style>