Shades of Medium Violet Red #CB188E
Tints of Medium Violet Red #CB188E
RGB
CMYK
RGB Variations
Color information
#CB188E (or 0xCB188E) is known color: Medium Violet Red. HEX triplet: CB, 18 and 8E. RGB value is (203,24,142). Sum of RGB (Red+Green+Blue) = 203+24+142=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB188E is #34E771. Grayscale: #5A5A5A. Windows color (decimal): -3467122 or 9312459. OLE color: 9312459.
HSL color Cylindrical-coordinate representation of color #CB188E: hue angle of 320.45º degrees, saturation: 0.79, 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 #CB188E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.20 |
| HSL | 320.45º | 0.79% | 0.45% | - |
| HSV(B) | 320.45º | 0.88% | 0.8% | - |
| XYZ | 29.84 | 15.3 | 26.97 | - |
| YUV | 90.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 142 | 0 | 0.88 | 0.30 | 0.20 | 320.45 | 0.79 | 0.45 |
| Hex | CB | 18 | 8E | 0 | 58 | 1E | 14 | 140 | 4F | 2D |
| Octal | 313 | 30 | 216 | 0 | 130 | 36 | 24 | 500 | 117 | 55 |
| Binary | 11001011 | 11000 | 10001110 | 0 | 1011000 | 11110 | 10100 | 101000000 | 1001111 | 101101 |
Color Harmonies of #CB188E
Complementary color
Monochromatic Colors of #CB188E
Black with #CB188E
Text Example
Text Example
White with #CB188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB188E; }
p { color: rgb(203,24,142); }
H1.HeaderClassName
{
color: #CB188E;
}
.AnyTagClassName
{
color: #CB188E;
}
</style>
background-color css
<style>
a { background-color: #CB188E; }
a { background-color: rgb(203,24,142); }
div.DivClassName
{
background-color: #CB188E;
}
.BgClassName
{
background-color: #CB188E;
}
</style>
border-color css
<style>
span { border-color: #CB188E; }
span { border-color: rgb(203,24,142); }
td.TdClassName
{
border-color: #CB188E;
}
.TagClassName
{
border-color: #CB188E;
}
</style>