Shades of Medium Violet Red #CB189A
Tints of Medium Violet Red #CB189A
RGB
CMYK
RGB Variations
Color information
#CB189A (or 0xCB189A) is known color: Medium Violet Red. HEX triplet: CB, 18 and 9A. RGB value is (203,24,154). Sum of RGB (Red+Green+Blue) = 203+24+154=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB189A is #34E765. Grayscale: #5C5C5C. Windows color (decimal): -3467110 or 10098891. OLE color: 10098891.
HSL color Cylindrical-coordinate representation of color #CB189A: hue angle of 316.42º 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 #CB189A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.20 |
| HSL | 316.42º | 0.79% | 0.45% | - |
| HSV(B) | 316.42º | 0.88% | 0.8% | - |
| XYZ | 30.79 | 15.68 | 31.98 | - |
| YUV | 92.34 | 162.8 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 154 | 0 | 0.88 | 0.24 | 0.20 | 316.42 | 0.79 | 0.45 |
| Hex | CB | 18 | 9A | 0 | 58 | 18 | 14 | 13C | 4F | 2D |
| Octal | 313 | 30 | 232 | 0 | 130 | 30 | 24 | 474 | 117 | 55 |
| Binary | 11001011 | 11000 | 10011010 | 0 | 1011000 | 11000 | 10100 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CB189A
Complementary color
Monochromatic Colors of #CB189A
Black with #CB189A
Text Example
Text Example
White with #CB189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB189A; }
p { color: rgb(203,24,154); }
H1.HeaderClassName
{
color: #CB189A;
}
.AnyTagClassName
{
color: #CB189A;
}
</style>
background-color css
<style>
a { background-color: #CB189A; }
a { background-color: rgb(203,24,154); }
div.DivClassName
{
background-color: #CB189A;
}
.BgClassName
{
background-color: #CB189A;
}
</style>
border-color css
<style>
span { border-color: #CB189A; }
span { border-color: rgb(203,24,154); }
td.TdClassName
{
border-color: #CB189A;
}
.TagClassName
{
border-color: #CB189A;
}
</style>