Shades of Medium Violet Red #CB0178
Tints of Medium Violet Red #CB0178
RGB
CMYK
RGB Variations
Color information
#CB0178 (or 0xCB0178) is known color: Medium Violet Red. HEX triplet: CB, 01 and 78. RGB value is (203,1,120). Sum of RGB (Red+Green+Blue) = 203+1+120=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0178 is #34FE87. Grayscale: #4A4A4A. Windows color (decimal): -3473032 or 7864779. OLE color: 7864779.
HSL color Cylindrical-coordinate representation of color #CB0178: hue angle of 324.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0178 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.20 |
| HSL | 324.65º | 0.99% | 0.4% | - |
| HSV(B) | 324.65º | 1% | 0.8% | - |
| XYZ | 28.03 | 14.07 | 19.01 | - |
| YUV | 74.96 | 153.42 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 120 | 0 | 1.00 | 0.41 | 0.20 | 324.65 | 0.99 | 0.4 |
| Hex | CB | 1 | 78 | 0 | 64 | 29 | 14 | 145 | 63 | 28 |
| Octal | 313 | 1 | 170 | 0 | 144 | 51 | 24 | 505 | 143 | 50 |
| Binary | 11001011 | 1 | 1111000 | 0 | 1100100 | 101001 | 10100 | 101000101 | 1100011 | 101000 |
Color Harmonies of #CB0178
Complementary color
Monochromatic Colors of #CB0178
Black with #CB0178
Text Example
Text Example
White with #CB0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0178; }
p { color: rgb(203,1,120); }
H1.HeaderClassName
{
color: #CB0178;
}
.AnyTagClassName
{
color: #CB0178;
}
</style>
background-color css
<style>
a { background-color: #CB0178; }
a { background-color: rgb(203,1,120); }
div.DivClassName
{
background-color: #CB0178;
}
.BgClassName
{
background-color: #CB0178;
}
</style>
border-color css
<style>
span { border-color: #CB0178; }
span { border-color: rgb(203,1,120); }
td.TdClassName
{
border-color: #CB0178;
}
.TagClassName
{
border-color: #CB0178;
}
</style>