Shades of Medium Violet Red #CB0889
Tints of Medium Violet Red #CB0889
RGB
CMYK
RGB Variations
Color information
#CB0889 (or 0xCB0889) is known color: Medium Violet Red. HEX triplet: CB, 08 and 89. RGB value is (203,8,137). Sum of RGB (Red+Green+Blue) = 203+8+137=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0889 is #34F776. Grayscale: #505050. Windows color (decimal): -3471223 or 8980683. OLE color: 8980683.
HSL color Cylindrical-coordinate representation of color #CB0889: hue angle of 320.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0889 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.20 |
| HSL | 320.31º | 0.92% | 0.41% | - |
| HSV(B) | 320.31º | 0.96% | 0.8% | - |
| XYZ | 29.23 | 14.68 | 24.96 | - |
| YUV | 81.01 | 159.6 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 137 | 0 | 0.96 | 0.33 | 0.20 | 320.31 | 0.92 | 0.41 |
| Hex | CB | 8 | 89 | 0 | 60 | 21 | 14 | 140 | 5C | 29 |
| Octal | 313 | 10 | 211 | 0 | 140 | 41 | 24 | 500 | 134 | 51 |
| Binary | 11001011 | 1000 | 10001001 | 0 | 1100000 | 100001 | 10100 | 101000000 | 1011100 | 101001 |
Color Harmonies of #CB0889
Complementary color
Monochromatic Colors of #CB0889
Black with #CB0889
Text Example
Text Example
White with #CB0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0889; }
p { color: rgb(203,8,137); }
H1.HeaderClassName
{
color: #CB0889;
}
.AnyTagClassName
{
color: #CB0889;
}
</style>
background-color css
<style>
a { background-color: #CB0889; }
a { background-color: rgb(203,8,137); }
div.DivClassName
{
background-color: #CB0889;
}
.BgClassName
{
background-color: #CB0889;
}
</style>
border-color css
<style>
span { border-color: #CB0889; }
span { border-color: rgb(203,8,137); }
td.TdClassName
{
border-color: #CB0889;
}
.TagClassName
{
border-color: #CB0889;
}
</style>