Shades of Medium Violet Red #CB1571
Tints of Medium Violet Red #CB1571
RGB
CMYK
RGB Variations
Color information
#CB1571 (or 0xCB1571) is known color: Medium Violet Red. HEX triplet: CB, 15 and 71. RGB value is (203,21,113). Sum of RGB (Red+Green+Blue) = 203+21+113=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1571 is #34EA8E. Grayscale: #555555. Windows color (decimal): -3467919 or 7411147. OLE color: 7411147.
HSL color Cylindrical-coordinate representation of color #CB1571: hue angle of 329.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1571 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 113 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.20 |
| HSL | 329.67º | 0.81% | 0.44% | - |
| HSV(B) | 329.67º | 0.9% | 0.8% | - |
| XYZ | 27.88 | 14.43 | 16.94 | - |
| YUV | 85.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 113 | 0 | 0.90 | 0.44 | 0.20 | 329.67 | 0.81 | 0.44 |
| Hex | CB | 15 | 71 | 0 | 5A | 2C | 14 | 14A | 51 | 2C |
| Octal | 313 | 25 | 161 | 0 | 132 | 54 | 24 | 512 | 121 | 54 |
| Binary | 11001011 | 10101 | 1110001 | 0 | 1011010 | 101100 | 10100 | 101001010 | 1010001 | 101100 |
Color Harmonies of #CB1571
Complementary color
Monochromatic Colors of #CB1571
Black with #CB1571
Text Example
Text Example
White with #CB1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1571; }
p { color: rgb(203,21,113); }
H1.HeaderClassName
{
color: #CB1571;
}
.AnyTagClassName
{
color: #CB1571;
}
</style>
background-color css
<style>
a { background-color: #CB1571; }
a { background-color: rgb(203,21,113); }
div.DivClassName
{
background-color: #CB1571;
}
.BgClassName
{
background-color: #CB1571;
}
</style>
border-color css
<style>
span { border-color: #CB1571; }
span { border-color: rgb(203,21,113); }
td.TdClassName
{
border-color: #CB1571;
}
.TagClassName
{
border-color: #CB1571;
}
</style>