Shades of Medium Violet Red #CB0571
Tints of Medium Violet Red #CB0571
RGB
CMYK
RGB Variations
Color information
#CB0571 (or 0xCB0571) is known color: Medium Violet Red. HEX triplet: CB, 05 and 71. RGB value is (203,5,113). Sum of RGB (Red+Green+Blue) = 203+5+113=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0571 is #34FA8E. Grayscale: #4C4C4C. Windows color (decimal): -3472015 or 7407051. OLE color: 7407051.
HSL color Cylindrical-coordinate representation of color #CB0571: hue angle of 327.27º 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 #CB0571 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.20 |
| HSL | 327.27º | 0.95% | 0.41% | - |
| HSV(B) | 327.27º | 0.98% | 0.8% | - |
| XYZ | 27.66 | 14 | 16.87 | - |
| YUV | 76.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 113 | 0 | 0.98 | 0.44 | 0.20 | 327.27 | 0.95 | 0.41 |
| Hex | CB | 5 | 71 | 0 | 62 | 2C | 14 | 147 | 5F | 29 |
| Octal | 313 | 5 | 161 | 0 | 142 | 54 | 24 | 507 | 137 | 51 |
| Binary | 11001011 | 101 | 1110001 | 0 | 1100010 | 101100 | 10100 | 101000111 | 1011111 | 101001 |
Color Harmonies of #CB0571
Complementary color
Monochromatic Colors of #CB0571
Black with #CB0571
Text Example
Text Example
White with #CB0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0571; }
p { color: rgb(203,5,113); }
H1.HeaderClassName
{
color: #CB0571;
}
.AnyTagClassName
{
color: #CB0571;
}
</style>
background-color css
<style>
a { background-color: #CB0571; }
a { background-color: rgb(203,5,113); }
div.DivClassName
{
background-color: #CB0571;
}
.BgClassName
{
background-color: #CB0571;
}
</style>
border-color css
<style>
span { border-color: #CB0571; }
span { border-color: rgb(203,5,113); }
td.TdClassName
{
border-color: #CB0571;
}
.TagClassName
{
border-color: #CB0571;
}
</style>