Shades of Medium Violet Red #CB0778
Tints of Medium Violet Red #CB0778
RGB
CMYK
RGB Variations
Color information
#CB0778 (or 0xCB0778) is known color: Medium Violet Red. HEX triplet: CB, 07 and 78. RGB value is (203,7,120). Sum of RGB (Red+Green+Blue) = 203+7+120=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0778 is #34F887. Grayscale: #4E4E4E. Windows color (decimal): -3471496 or 7866315. OLE color: 7866315.
HSL color Cylindrical-coordinate representation of color #CB0778: hue angle of 325.41º 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 #CB0778 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.20 |
| HSL | 325.41º | 0.93% | 0.41% | - |
| HSV(B) | 325.41º | 0.97% | 0.8% | - |
| XYZ | 28.09 | 14.2 | 19.03 | - |
| YUV | 78.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 120 | 0 | 0.97 | 0.41 | 0.20 | 325.41 | 0.93 | 0.41 |
| Hex | CB | 7 | 78 | 0 | 61 | 29 | 14 | 145 | 5D | 29 |
| Octal | 313 | 7 | 170 | 0 | 141 | 51 | 24 | 505 | 135 | 51 |
| Binary | 11001011 | 111 | 1111000 | 0 | 1100001 | 101001 | 10100 | 101000101 | 1011101 | 101001 |
Color Harmonies of #CB0778
Complementary color
Monochromatic Colors of #CB0778
Black with #CB0778
Text Example
Text Example
White with #CB0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0778; }
p { color: rgb(203,7,120); }
H1.HeaderClassName
{
color: #CB0778;
}
.AnyTagClassName
{
color: #CB0778;
}
</style>
background-color css
<style>
a { background-color: #CB0778; }
a { background-color: rgb(203,7,120); }
div.DivClassName
{
background-color: #CB0778;
}
.BgClassName
{
background-color: #CB0778;
}
</style>
border-color css
<style>
span { border-color: #CB0778; }
span { border-color: rgb(203,7,120); }
td.TdClassName
{
border-color: #CB0778;
}
.TagClassName
{
border-color: #CB0778;
}
</style>