Shades of Medium Violet Red #CB0D89
Tints of Medium Violet Red #CB0D89
RGB
CMYK
RGB Variations
Color information
#CB0D89 (or 0xCB0D89) is known color: Medium Violet Red. HEX triplet: CB, 0D and 89. RGB value is (203,13,137). Sum of RGB (Red+Green+Blue) = 203+13+137=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0D89 is #34F276. Grayscale: #535353. Windows color (decimal): -3469943 or 8981963. OLE color: 8981963.
HSL color Cylindrical-coordinate representation of color #CB0D89: hue angle of 320.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D89 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 137 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.20 |
| HSL | 320.84º | 0.88% | 0.42% | - |
| HSV(B) | 320.84º | 0.94% | 0.8% | - |
| XYZ | 29.29 | 14.79 | 24.98 | - |
| YUV | 83.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 137 | 0 | 0.94 | 0.33 | 0.20 | 320.84 | 0.88 | 0.42 |
| Hex | CB | D | 89 | 0 | 5E | 21 | 14 | 141 | 58 | 2A |
| Octal | 313 | 15 | 211 | 0 | 136 | 41 | 24 | 501 | 130 | 52 |
| Binary | 11001011 | 1101 | 10001001 | 0 | 1011110 | 100001 | 10100 | 101000001 | 1011000 | 101010 |
Color Harmonies of #CB0D89
Complementary color
Monochromatic Colors of #CB0D89
Black with #CB0D89
Text Example
Text Example
White with #CB0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D89; }
p { color: rgb(203,13,137); }
H1.HeaderClassName
{
color: #CB0D89;
}
.AnyTagClassName
{
color: #CB0D89;
}
</style>
background-color css
<style>
a { background-color: #CB0D89; }
a { background-color: rgb(203,13,137); }
div.DivClassName
{
background-color: #CB0D89;
}
.BgClassName
{
background-color: #CB0D89;
}
</style>
border-color css
<style>
span { border-color: #CB0D89; }
span { border-color: rgb(203,13,137); }
td.TdClassName
{
border-color: #CB0D89;
}
.TagClassName
{
border-color: #CB0D89;
}
</style>