Shades of Medium Violet Red #CB0771
Tints of Medium Violet Red #CB0771
RGB
CMYK
RGB Variations
Color information
#CB0771 (or 0xCB0771) is known color: Medium Violet Red. HEX triplet: CB, 07 and 71. RGB value is (203,7,113). Sum of RGB (Red+Green+Blue) = 203+7+113=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0771 is #34F88E. Grayscale: #4D4D4D. Windows color (decimal): -3471503 or 7407563. OLE color: 7407563.
HSL color Cylindrical-coordinate representation of color #CB0771: hue angle of 327.55º 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 #CB0771 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.20 |
| HSL | 327.55º | 0.93% | 0.41% | - |
| HSV(B) | 327.55º | 0.97% | 0.8% | - |
| XYZ | 27.69 | 14.04 | 16.87 | - |
| YUV | 77.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 113 | 0 | 0.97 | 0.44 | 0.20 | 327.55 | 0.93 | 0.41 |
| Hex | CB | 7 | 71 | 0 | 61 | 2C | 14 | 148 | 5D | 29 |
| Octal | 313 | 7 | 161 | 0 | 141 | 54 | 24 | 510 | 135 | 51 |
| Binary | 11001011 | 111 | 1110001 | 0 | 1100001 | 101100 | 10100 | 101001000 | 1011101 | 101001 |
Color Harmonies of #CB0771
Complementary color
Monochromatic Colors of #CB0771
Black with #CB0771
Text Example
Text Example
White with #CB0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0771; }
p { color: rgb(203,7,113); }
H1.HeaderClassName
{
color: #CB0771;
}
.AnyTagClassName
{
color: #CB0771;
}
</style>
background-color css
<style>
a { background-color: #CB0771; }
a { background-color: rgb(203,7,113); }
div.DivClassName
{
background-color: #CB0771;
}
.BgClassName
{
background-color: #CB0771;
}
</style>
border-color css
<style>
span { border-color: #CB0771; }
span { border-color: rgb(203,7,113); }
td.TdClassName
{
border-color: #CB0771;
}
.TagClassName
{
border-color: #CB0771;
}
</style>