Shades of Medium Violet Red #CB1671
Tints of Medium Violet Red #CB1671
RGB
CMYK
RGB Variations
Color information
#CB1671 (or 0xCB1671) is known color: Medium Violet Red. HEX triplet: CB, 16 and 71. RGB value is (203,22,113). Sum of RGB (Red+Green+Blue) = 203+22+113=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1671 is #34E98E. Grayscale: #565656. Windows color (decimal): -3467663 or 7411403. OLE color: 7411403.
HSL color Cylindrical-coordinate representation of color #CB1671: hue angle of 329.83º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1671 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 113 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.20 |
| HSL | 329.83º | 0.8% | 0.44% | - |
| HSV(B) | 329.83º | 0.89% | 0.8% | - |
| XYZ | 27.9 | 14.46 | 16.94 | - |
| YUV | 86.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 113 | 0 | 0.89 | 0.44 | 0.20 | 329.83 | 0.8 | 0.44 |
| Hex | CB | 16 | 71 | 0 | 59 | 2C | 14 | 14A | 50 | 2C |
| Octal | 313 | 26 | 161 | 0 | 131 | 54 | 24 | 512 | 120 | 54 |
| Binary | 11001011 | 10110 | 1110001 | 0 | 1011001 | 101100 | 10100 | 101001010 | 1010000 | 101100 |
Color Harmonies of #CB1671
Complementary color
Monochromatic Colors of #CB1671
Black with #CB1671
Text Example
Text Example
White with #CB1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1671; }
p { color: rgb(203,22,113); }
H1.HeaderClassName
{
color: #CB1671;
}
.AnyTagClassName
{
color: #CB1671;
}
</style>
background-color css
<style>
a { background-color: #CB1671; }
a { background-color: rgb(203,22,113); }
div.DivClassName
{
background-color: #CB1671;
}
.BgClassName
{
background-color: #CB1671;
}
</style>
border-color css
<style>
span { border-color: #CB1671; }
span { border-color: rgb(203,22,113); }
td.TdClassName
{
border-color: #CB1671;
}
.TagClassName
{
border-color: #CB1671;
}
</style>