Shades of Medium Violet Red #CB189D
Tints of Medium Violet Red #CB189D
RGB
CMYK
RGB Variations
Color information
#CB189D (or 0xCB189D) is known color: Medium Violet Red. HEX triplet: CB, 18 and 9D. RGB value is (203,24,157). Sum of RGB (Red+Green+Blue) = 203+24+157=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB189D is #34E762. Grayscale: #5C5C5C. Windows color (decimal): -3467107 or 10295499. OLE color: 10295499.
HSL color Cylindrical-coordinate representation of color #CB189D: hue angle of 315.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 #CB189D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.20 |
| HSL | 315.42º | 0.79% | 0.45% | - |
| HSV(B) | 315.42º | 0.88% | 0.8% | - |
| XYZ | 31.04 | 15.78 | 33.31 | - |
| YUV | 92.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 157 | 0 | 0.88 | 0.23 | 0.20 | 315.42 | 0.79 | 0.45 |
| Hex | CB | 18 | 9D | 0 | 58 | 17 | 14 | 13B | 4F | 2D |
| Octal | 313 | 30 | 235 | 0 | 130 | 27 | 24 | 473 | 117 | 55 |
| Binary | 11001011 | 11000 | 10011101 | 0 | 1011000 | 10111 | 10100 | 100111011 | 1001111 | 101101 |
Color Harmonies of #CB189D
Complementary color
Monochromatic Colors of #CB189D
Black with #CB189D
Text Example
Text Example
White with #CB189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB189D; }
p { color: rgb(203,24,157); }
H1.HeaderClassName
{
color: #CB189D;
}
.AnyTagClassName
{
color: #CB189D;
}
</style>
background-color css
<style>
a { background-color: #CB189D; }
a { background-color: rgb(203,24,157); }
div.DivClassName
{
background-color: #CB189D;
}
.BgClassName
{
background-color: #CB189D;
}
</style>
border-color css
<style>
span { border-color: #CB189D; }
span { border-color: rgb(203,24,157); }
td.TdClassName
{
border-color: #CB189D;
}
.TagClassName
{
border-color: #CB189D;
}
</style>