Shades of Medium Violet Red #CB0780
Tints of Medium Violet Red #CB0780
RGB
CMYK
RGB Variations
Color information
#CB0780 (or 0xCB0780) is known color: Medium Violet Red. HEX triplet: CB, 07 and 80. RGB value is (203,7,128). Sum of RGB (Red+Green+Blue) = 203+7+128=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0780 is #34F87F. Grayscale: #4F4F4F. Windows color (decimal): -3471488 or 8390603. OLE color: 8390603.
HSL color Cylindrical-coordinate representation of color #CB0780: hue angle of 322.96º 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 #CB0780 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.20 |
| HSL | 322.96º | 0.93% | 0.41% | - |
| HSV(B) | 322.96º | 0.97% | 0.8% | - |
| XYZ | 28.6 | 14.41 | 21.7 | - |
| YUV | 79.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 128 | 0 | 0.97 | 0.37 | 0.20 | 322.96 | 0.93 | 0.41 |
| Hex | CB | 7 | 80 | 0 | 61 | 25 | 14 | 143 | 5D | 29 |
| Octal | 313 | 7 | 200 | 0 | 141 | 45 | 24 | 503 | 135 | 51 |
| Binary | 11001011 | 111 | 10000000 | 0 | 1100001 | 100101 | 10100 | 101000011 | 1011101 | 101001 |
Color Harmonies of #CB0780
Complementary color
Monochromatic Colors of #CB0780
Black with #CB0780
Text Example
Text Example
White with #CB0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0780; }
p { color: rgb(203,7,128); }
H1.HeaderClassName
{
color: #CB0780;
}
.AnyTagClassName
{
color: #CB0780;
}
</style>
background-color css
<style>
a { background-color: #CB0780; }
a { background-color: rgb(203,7,128); }
div.DivClassName
{
background-color: #CB0780;
}
.BgClassName
{
background-color: #CB0780;
}
</style>
border-color css
<style>
span { border-color: #CB0780; }
span { border-color: rgb(203,7,128); }
td.TdClassName
{
border-color: #CB0780;
}
.TagClassName
{
border-color: #CB0780;
}
</style>