Shades of Medium Violet Red #CB0789
Tints of Medium Violet Red #CB0789
RGB
CMYK
RGB Variations
Color information
#CB0789 (or 0xCB0789) is known color: Medium Violet Red. HEX triplet: CB, 07 and 89. RGB value is (203,7,137). Sum of RGB (Red+Green+Blue) = 203+7+137=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0789 is #34F876. Grayscale: #505050. Windows color (decimal): -3471479 or 8980427. OLE color: 8980427.
HSL color Cylindrical-coordinate representation of color #CB0789: hue angle of 320.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0789 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.20 |
| HSL | 320.2º | 0.93% | 0.41% | - |
| HSV(B) | 320.2º | 0.97% | 0.8% | - |
| XYZ | 29.22 | 14.65 | 24.96 | - |
| YUV | 80.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 137 | 0 | 0.97 | 0.33 | 0.20 | 320.2 | 0.93 | 0.41 |
| Hex | CB | 7 | 89 | 0 | 61 | 21 | 14 | 140 | 5D | 29 |
| Octal | 313 | 7 | 211 | 0 | 141 | 41 | 24 | 500 | 135 | 51 |
| Binary | 11001011 | 111 | 10001001 | 0 | 1100001 | 100001 | 10100 | 101000000 | 1011101 | 101001 |
Color Harmonies of #CB0789
Complementary color
Monochromatic Colors of #CB0789
Black with #CB0789
Text Example
Text Example
White with #CB0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0789; }
p { color: rgb(203,7,137); }
H1.HeaderClassName
{
color: #CB0789;
}
.AnyTagClassName
{
color: #CB0789;
}
</style>
background-color css
<style>
a { background-color: #CB0789; }
a { background-color: rgb(203,7,137); }
div.DivClassName
{
background-color: #CB0789;
}
.BgClassName
{
background-color: #CB0789;
}
</style>
border-color css
<style>
span { border-color: #CB0789; }
span { border-color: rgb(203,7,137); }
td.TdClassName
{
border-color: #CB0789;
}
.TagClassName
{
border-color: #CB0789;
}
</style>