Shades of Medium Violet Red #CB2176
Tints of Medium Violet Red #CB2176
RGB
CMYK
RGB Variations
Color information
#CB2176 (or 0xCB2176) is known color: Medium Violet Red. HEX triplet: CB, 21 and 76. RGB value is (203,33,118). Sum of RGB (Red+Green+Blue) = 203+33+118=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2176 is #34DE89. Grayscale: #5D5D5D. Windows color (decimal): -3464842 or 7741899. OLE color: 7741899.
HSL color Cylindrical-coordinate representation of color #CB2176: hue angle of 330º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2176 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 118 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.20 |
| HSL | 330º | 0.72% | 0.46% | - |
| HSV(B) | 330º | 0.84% | 0.8% | - |
| XYZ | 28.44 | 15.09 | 18.55 | - |
| YUV | 93.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 118 | 0 | 0.84 | 0.42 | 0.20 | 330 | 0.72 | 0.46 |
| Hex | CB | 21 | 76 | 0 | 54 | 2A | 14 | 14A | 48 | 2E |
| Octal | 313 | 41 | 166 | 0 | 124 | 52 | 24 | 512 | 110 | 56 |
| Binary | 11001011 | 100001 | 1110110 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001000 | 101110 |
Color Harmonies of #CB2176
Complementary color
Monochromatic Colors of #CB2176
Black with #CB2176
Text Example
Text Example
White with #CB2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2176; }
p { color: rgb(203,33,118); }
H1.HeaderClassName
{
color: #CB2176;
}
.AnyTagClassName
{
color: #CB2176;
}
</style>
background-color css
<style>
a { background-color: #CB2176; }
a { background-color: rgb(203,33,118); }
div.DivClassName
{
background-color: #CB2176;
}
.BgClassName
{
background-color: #CB2176;
}
</style>
border-color css
<style>
span { border-color: #CB2176; }
span { border-color: rgb(203,33,118); }
td.TdClassName
{
border-color: #CB2176;
}
.TagClassName
{
border-color: #CB2176;
}
</style>