Shades of Medium Violet Red #CB0471
Tints of Medium Violet Red #CB0471
RGB
CMYK
RGB Variations
Color information
#CB0471 (or 0xCB0471) is known color: Medium Violet Red. HEX triplet: CB, 04 and 71. RGB value is (203,4,113). Sum of RGB (Red+Green+Blue) = 203+4+113=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0471 is #34FB8E. Grayscale: #4B4B4B. Windows color (decimal): -3472271 or 7406795. OLE color: 7406795.
HSL color Cylindrical-coordinate representation of color #CB0471: hue angle of 327.14º degrees, saturation: 0.96, 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 #CB0471 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.20 |
| HSL | 327.14º | 0.96% | 0.41% | - |
| HSV(B) | 327.14º | 0.98% | 0.8% | - |
| XYZ | 27.65 | 13.98 | 16.86 | - |
| YUV | 75.93 | 148.93 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 113 | 0 | 0.98 | 0.44 | 0.20 | 327.14 | 0.96 | 0.41 |
| Hex | CB | 4 | 71 | 0 | 62 | 2C | 14 | 147 | 60 | 29 |
| Octal | 313 | 4 | 161 | 0 | 142 | 54 | 24 | 507 | 140 | 51 |
| Binary | 11001011 | 100 | 1110001 | 0 | 1100010 | 101100 | 10100 | 101000111 | 1100000 | 101001 |
Color Harmonies of #CB0471
Complementary color
Monochromatic Colors of #CB0471
Black with #CB0471
Text Example
Text Example
White with #CB0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0471; }
p { color: rgb(203,4,113); }
H1.HeaderClassName
{
color: #CB0471;
}
.AnyTagClassName
{
color: #CB0471;
}
</style>
background-color css
<style>
a { background-color: #CB0471; }
a { background-color: rgb(203,4,113); }
div.DivClassName
{
background-color: #CB0471;
}
.BgClassName
{
background-color: #CB0471;
}
</style>
border-color css
<style>
span { border-color: #CB0471; }
span { border-color: rgb(203,4,113); }
td.TdClassName
{
border-color: #CB0471;
}
.TagClassName
{
border-color: #CB0471;
}
</style>