Shades of Medium Violet Red #CB2172
Tints of Medium Violet Red #CB2172
RGB
CMYK
RGB Variations
Color information
#CB2172 (or 0xCB2172) is known color: Medium Violet Red. HEX triplet: CB, 21 and 72. RGB value is (203,33,114). Sum of RGB (Red+Green+Blue) = 203+33+114=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2172 is #34DE8D. Grayscale: #5C5C5C. Windows color (decimal): -3464846 or 7479755. OLE color: 7479755.
HSL color Cylindrical-coordinate representation of color #CB2172: hue angle of 331.41º 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 #CB2172 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 114 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.20 |
| HSL | 331.41º | 0.72% | 0.46% | - |
| HSV(B) | 331.41º | 0.84% | 0.8% | - |
| XYZ | 28.21 | 15 | 17.33 | - |
| YUV | 93.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 114 | 0 | 0.84 | 0.44 | 0.20 | 331.41 | 0.72 | 0.46 |
| Hex | CB | 21 | 72 | 0 | 54 | 2C | 14 | 14B | 48 | 2E |
| Octal | 313 | 41 | 162 | 0 | 124 | 54 | 24 | 513 | 110 | 56 |
| Binary | 11001011 | 100001 | 1110010 | 0 | 1010100 | 101100 | 10100 | 101001011 | 1001000 | 101110 |
Color Harmonies of #CB2172
Complementary color
Monochromatic Colors of #CB2172
Black with #CB2172
Text Example
Text Example
White with #CB2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2172; }
p { color: rgb(203,33,114); }
H1.HeaderClassName
{
color: #CB2172;
}
.AnyTagClassName
{
color: #CB2172;
}
</style>
background-color css
<style>
a { background-color: #CB2172; }
a { background-color: rgb(203,33,114); }
div.DivClassName
{
background-color: #CB2172;
}
.BgClassName
{
background-color: #CB2172;
}
</style>
border-color css
<style>
span { border-color: #CB2172; }
span { border-color: rgb(203,33,114); }
td.TdClassName
{
border-color: #CB2172;
}
.TagClassName
{
border-color: #CB2172;
}
</style>