Shades of Medium Violet Red #CB189E
Tints of Medium Violet Red #CB189E
RGB
CMYK
RGB Variations
Color information
#CB189E (or 0xCB189E) is known color: Medium Violet Red. HEX triplet: CB, 18 and 9E. RGB value is (203,24,158). Sum of RGB (Red+Green+Blue) = 203+24+158=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB189E is #34E761. Grayscale: #5C5C5C. Windows color (decimal): -3467106 or 10361035. OLE color: 10361035.
HSL color Cylindrical-coordinate representation of color #CB189E: hue angle of 315.08º 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 #CB189E is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 158 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.20 |
| HSL | 315.08º | 0.79% | 0.45% | - |
| HSV(B) | 315.08º | 0.88% | 0.8% | - |
| XYZ | 31.13 | 15.82 | 33.76 | - |
| YUV | 92.8 | 164.8 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 158 | 0 | 0.88 | 0.22 | 0.20 | 315.08 | 0.79 | 0.45 |
| Hex | CB | 18 | 9E | 0 | 58 | 16 | 14 | 13B | 4F | 2D |
| Octal | 313 | 30 | 236 | 0 | 130 | 26 | 24 | 473 | 117 | 55 |
| Binary | 11001011 | 11000 | 10011110 | 0 | 1011000 | 10110 | 10100 | 100111011 | 1001111 | 101101 |
Color Harmonies of #CB189E
Complementary color
Monochromatic Colors of #CB189E
Black with #CB189E
Text Example
Text Example
White with #CB189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB189E; }
p { color: rgb(203,24,158); }
H1.HeaderClassName
{
color: #CB189E;
}
.AnyTagClassName
{
color: #CB189E;
}
</style>
background-color css
<style>
a { background-color: #CB189E; }
a { background-color: rgb(203,24,158); }
div.DivClassName
{
background-color: #CB189E;
}
.BgClassName
{
background-color: #CB189E;
}
</style>
border-color css
<style>
span { border-color: #CB189E; }
span { border-color: rgb(203,24,158); }
td.TdClassName
{
border-color: #CB189E;
}
.TagClassName
{
border-color: #CB189E;
}
</style>