Shades of Medium Violet Red #CB1889
Tints of Medium Violet Red #CB1889
RGB
CMYK
RGB Variations
Color information
#CB1889 (or 0xCB1889) is known color: Medium Violet Red. HEX triplet: CB, 18 and 89. RGB value is (203,24,137). Sum of RGB (Red+Green+Blue) = 203+24+137=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1889 is #34E776. Grayscale: #5A5A5A. Windows color (decimal): -3467127 or 8984779. OLE color: 8984779.
HSL color Cylindrical-coordinate representation of color #CB1889: hue angle of 322.12º 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 #CB1889 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 137 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.20 |
| HSL | 322.12º | 0.79% | 0.45% | - |
| HSV(B) | 322.12º | 0.88% | 0.8% | - |
| XYZ | 29.47 | 15.16 | 25.04 | - |
| YUV | 90.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 137 | 0 | 0.88 | 0.33 | 0.20 | 322.12 | 0.79 | 0.45 |
| Hex | CB | 18 | 89 | 0 | 58 | 21 | 14 | 142 | 4F | 2D |
| Octal | 313 | 30 | 211 | 0 | 130 | 41 | 24 | 502 | 117 | 55 |
| Binary | 11001011 | 11000 | 10001001 | 0 | 1011000 | 100001 | 10100 | 101000010 | 1001111 | 101101 |
Color Harmonies of #CB1889
Complementary color
Monochromatic Colors of #CB1889
Black with #CB1889
Text Example
Text Example
White with #CB1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1889; }
p { color: rgb(203,24,137); }
H1.HeaderClassName
{
color: #CB1889;
}
.AnyTagClassName
{
color: #CB1889;
}
</style>
background-color css
<style>
a { background-color: #CB1889; }
a { background-color: rgb(203,24,137); }
div.DivClassName
{
background-color: #CB1889;
}
.BgClassName
{
background-color: #CB1889;
}
</style>
border-color css
<style>
span { border-color: #CB1889; }
span { border-color: rgb(203,24,137); }
td.TdClassName
{
border-color: #CB1889;
}
.TagClassName
{
border-color: #CB1889;
}
</style>