Shades of Medium Violet Red #CB189B
Tints of Medium Violet Red #CB189B
RGB
CMYK
RGB Variations
Color information
#CB189B (or 0xCB189B) is known color: Medium Violet Red. HEX triplet: CB, 18 and 9B. RGB value is (203,24,155). Sum of RGB (Red+Green+Blue) = 203+24+155=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB189B is #34E764. Grayscale: #5C5C5C. Windows color (decimal): -3467109 or 10164427. OLE color: 10164427.
HSL color Cylindrical-coordinate representation of color #CB189B: hue angle of 316.09º 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 #CB189B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 155 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.20 |
| HSL | 316.09º | 0.79% | 0.45% | - |
| HSV(B) | 316.09º | 0.88% | 0.8% | - |
| XYZ | 30.87 | 15.72 | 32.42 | - |
| YUV | 92.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 155 | 0 | 0.88 | 0.24 | 0.20 | 316.09 | 0.79 | 0.45 |
| Hex | CB | 18 | 9B | 0 | 58 | 18 | 14 | 13C | 4F | 2D |
| Octal | 313 | 30 | 233 | 0 | 130 | 30 | 24 | 474 | 117 | 55 |
| Binary | 11001011 | 11000 | 10011011 | 0 | 1011000 | 11000 | 10100 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CB189B
Complementary color
Monochromatic Colors of #CB189B
Black with #CB189B
Text Example
Text Example
White with #CB189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB189B; }
p { color: rgb(203,24,155); }
H1.HeaderClassName
{
color: #CB189B;
}
.AnyTagClassName
{
color: #CB189B;
}
</style>
background-color css
<style>
a { background-color: #CB189B; }
a { background-color: rgb(203,24,155); }
div.DivClassName
{
background-color: #CB189B;
}
.BgClassName
{
background-color: #CB189B;
}
</style>
border-color css
<style>
span { border-color: #CB189B; }
span { border-color: rgb(203,24,155); }
td.TdClassName
{
border-color: #CB189B;
}
.TagClassName
{
border-color: #CB189B;
}
</style>