Shades of Medium Violet Red #CB0578
Tints of Medium Violet Red #CB0578
RGB
CMYK
RGB Variations
Color information
#CB0578 (or 0xCB0578) is known color: Medium Violet Red. HEX triplet: CB, 05 and 78. RGB value is (203,5,120). Sum of RGB (Red+Green+Blue) = 203+5+120=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0578 is #34FA87. Grayscale: #4D4D4D. Windows color (decimal): -3472008 or 7865803. OLE color: 7865803.
HSL color Cylindrical-coordinate representation of color #CB0578: hue angle of 325.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0578 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.20 |
| HSL | 325.15º | 0.95% | 0.41% | - |
| HSV(B) | 325.15º | 0.98% | 0.8% | - |
| XYZ | 28.07 | 14.16 | 19.02 | - |
| YUV | 77.31 | 152.1 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 120 | 0 | 0.98 | 0.41 | 0.20 | 325.15 | 0.95 | 0.41 |
| Hex | CB | 5 | 78 | 0 | 62 | 29 | 14 | 145 | 5F | 29 |
| Octal | 313 | 5 | 170 | 0 | 142 | 51 | 24 | 505 | 137 | 51 |
| Binary | 11001011 | 101 | 1111000 | 0 | 1100010 | 101001 | 10100 | 101000101 | 1011111 | 101001 |
Color Harmonies of #CB0578
Complementary color
Monochromatic Colors of #CB0578
Black with #CB0578
Text Example
Text Example
White with #CB0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0578; }
p { color: rgb(203,5,120); }
H1.HeaderClassName
{
color: #CB0578;
}
.AnyTagClassName
{
color: #CB0578;
}
</style>
background-color css
<style>
a { background-color: #CB0578; }
a { background-color: rgb(203,5,120); }
div.DivClassName
{
background-color: #CB0578;
}
.BgClassName
{
background-color: #CB0578;
}
</style>
border-color css
<style>
span { border-color: #CB0578; }
span { border-color: rgb(203,5,120); }
td.TdClassName
{
border-color: #CB0578;
}
.TagClassName
{
border-color: #CB0578;
}
</style>