Shades of Medium Violet Red #CB1471
Tints of Medium Violet Red #CB1471
RGB
CMYK
RGB Variations
Color information
#CB1471 (or 0xCB1471) is known color: Medium Violet Red. HEX triplet: CB, 14 and 71. RGB value is (203,20,113). Sum of RGB (Red+Green+Blue) = 203+20+113=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1471 is #34EB8E. Grayscale: #555555. Windows color (decimal): -3468175 or 7410891. OLE color: 7410891.
HSL color Cylindrical-coordinate representation of color #CB1471: hue angle of 329.51º degrees, saturation: 0.82, 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 #CB1471 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 113 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.20 |
| HSL | 329.51º | 0.82% | 0.44% | - |
| HSV(B) | 329.51º | 0.9% | 0.8% | - |
| XYZ | 27.86 | 14.39 | 16.93 | - |
| YUV | 85.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 113 | 0 | 0.90 | 0.44 | 0.20 | 329.51 | 0.82 | 0.44 |
| Hex | CB | 14 | 71 | 0 | 5A | 2C | 14 | 14A | 52 | 2C |
| Octal | 313 | 24 | 161 | 0 | 132 | 54 | 24 | 512 | 122 | 54 |
| Binary | 11001011 | 10100 | 1110001 | 0 | 1011010 | 101100 | 10100 | 101001010 | 1010010 | 101100 |
Color Harmonies of #CB1471
Complementary color
Monochromatic Colors of #CB1471
Black with #CB1471
Text Example
Text Example
White with #CB1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1471; }
p { color: rgb(203,20,113); }
H1.HeaderClassName
{
color: #CB1471;
}
.AnyTagClassName
{
color: #CB1471;
}
</style>
background-color css
<style>
a { background-color: #CB1471; }
a { background-color: rgb(203,20,113); }
div.DivClassName
{
background-color: #CB1471;
}
.BgClassName
{
background-color: #CB1471;
}
</style>
border-color css
<style>
span { border-color: #CB1471; }
span { border-color: rgb(203,20,113); }
td.TdClassName
{
border-color: #CB1471;
}
.TagClassName
{
border-color: #CB1471;
}
</style>