Shades of Medium Violet Red #CB0790
Tints of Medium Violet Red #CB0790
RGB
CMYK
RGB Variations
Color information
#CB0790 (or 0xCB0790) is known color: Medium Violet Red. HEX triplet: CB, 07 and 90. RGB value is (203,7,144). Sum of RGB (Red+Green+Blue) = 203+7+144=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0790 is #34F86F. Grayscale: #505050. Windows color (decimal): -3471472 or 9439179. OLE color: 9439179.
HSL color Cylindrical-coordinate representation of color #CB0790: hue angle of 318.06º 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 #CB0790 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 144 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.20 |
| HSL | 318.06º | 0.93% | 0.41% | - |
| HSV(B) | 318.06º | 0.97% | 0.8% | - |
| XYZ | 29.74 | 14.86 | 27.69 | - |
| YUV | 81.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 144 | 0 | 0.97 | 0.29 | 0.20 | 318.06 | 0.93 | 0.41 |
| Hex | CB | 7 | 90 | 0 | 61 | 1D | 14 | 13E | 5D | 29 |
| Octal | 313 | 7 | 220 | 0 | 141 | 35 | 24 | 476 | 135 | 51 |
| Binary | 11001011 | 111 | 10010000 | 0 | 1100001 | 11101 | 10100 | 100111110 | 1011101 | 101001 |
Color Harmonies of #CB0790
Complementary color
Monochromatic Colors of #CB0790
Black with #CB0790
Text Example
Text Example
White with #CB0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0790; }
p { color: rgb(203,7,144); }
H1.HeaderClassName
{
color: #CB0790;
}
.AnyTagClassName
{
color: #CB0790;
}
</style>
background-color css
<style>
a { background-color: #CB0790; }
a { background-color: rgb(203,7,144); }
div.DivClassName
{
background-color: #CB0790;
}
.BgClassName
{
background-color: #CB0790;
}
</style>
border-color css
<style>
span { border-color: #CB0790; }
span { border-color: rgb(203,7,144); }
td.TdClassName
{
border-color: #CB0790;
}
.TagClassName
{
border-color: #CB0790;
}
</style>