Shades of Medium Violet Red #CB2471
Tints of Medium Violet Red #CB2471
RGB
CMYK
RGB Variations
Color information
#CB2471 (or 0xCB2471) is known color: Medium Violet Red. HEX triplet: CB, 24 and 71. RGB value is (203,36,113). Sum of RGB (Red+Green+Blue) = 203+36+113=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2471 is #34DB8E. Grayscale: #5E5E5E. Windows color (decimal): -3464079 or 7414987. OLE color: 7414987.
HSL color Cylindrical-coordinate representation of color #CB2471: hue angle of 332.34º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2471 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 113 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.20 |
| HSL | 332.34º | 0.7% | 0.47% | - |
| HSV(B) | 332.34º | 0.82% | 0.8% | - |
| XYZ | 28.24 | 15.15 | 17.06 | - |
| YUV | 94.71 | 138.33 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 113 | 0 | 0.82 | 0.44 | 0.20 | 332.34 | 0.7 | 0.47 |
| Hex | CB | 24 | 71 | 0 | 52 | 2C | 14 | 14C | 46 | 2F |
| Octal | 313 | 44 | 161 | 0 | 122 | 54 | 24 | 514 | 106 | 57 |
| Binary | 11001011 | 100100 | 1110001 | 0 | 1010010 | 101100 | 10100 | 101001100 | 1000110 | 101111 |
Color Harmonies of #CB2471
Complementary color
Monochromatic Colors of #CB2471
Black with #CB2471
Text Example
Text Example
White with #CB2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2471; }
p { color: rgb(203,36,113); }
H1.HeaderClassName
{
color: #CB2471;
}
.AnyTagClassName
{
color: #CB2471;
}
</style>
background-color css
<style>
a { background-color: #CB2471; }
a { background-color: rgb(203,36,113); }
div.DivClassName
{
background-color: #CB2471;
}
.BgClassName
{
background-color: #CB2471;
}
</style>
border-color css
<style>
span { border-color: #CB2471; }
span { border-color: rgb(203,36,113); }
td.TdClassName
{
border-color: #CB2471;
}
.TagClassName
{
border-color: #CB2471;
}
</style>