Shades of Medium Violet Red #CB0071
Tints of Medium Violet Red #CB0071
RGB
CMYK
RGB Variations
Color information
#CB0071 (or 0xCB0071) is known color: Medium Violet Red. HEX triplet: CB, 00 and 71. RGB value is (203,0,113). Sum of RGB (Red+Green+Blue) = 203+0+113=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0071 is #34FF8E. Grayscale: #494949. Windows color (decimal): -3473295 or 7405771. OLE color: 7405771.
HSL color Cylindrical-coordinate representation of color #CB0071: hue angle of 326.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0071 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.44 | 0.20 |
| HSL | 326.6º | 1% | 0.4% | - |
| HSV(B) | 326.6º | 1% | 0.8% | - |
| XYZ | 27.61 | 13.89 | 16.85 | - |
| YUV | 73.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 113 | 0 | 1 | 0.44 | 0.20 | 326.6 | 1 | 0.4 |
| Hex | CB | 0 | 71 | 0 | 64 | 2C | 14 | 147 | 64 | 28 |
| Octal | 313 | 0 | 161 | 0 | 144 | 54 | 24 | 507 | 144 | 50 |
| Binary | 11001011 | 0 | 1110001 | 0 | 1100100 | 101100 | 10100 | 101000111 | 1100100 | 101000 |
Color Harmonies of #CB0071
Complementary color
Monochromatic Colors of #CB0071
Black with #CB0071
Text Example
Text Example
White with #CB0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0071; }
p { color: rgb(203,0,113); }
H1.HeaderClassName
{
color: #CB0071;
}
.AnyTagClassName
{
color: #CB0071;
}
</style>
background-color css
<style>
a { background-color: #CB0071; }
a { background-color: rgb(203,0,113); }
div.DivClassName
{
background-color: #CB0071;
}
.BgClassName
{
background-color: #CB0071;
}
</style>
border-color css
<style>
span { border-color: #CB0071; }
span { border-color: rgb(203,0,113); }
td.TdClassName
{
border-color: #CB0071;
}
.TagClassName
{
border-color: #CB0071;
}
</style>