Shades of Medium Violet Red #CB2189
Tints of Medium Violet Red #CB2189
RGB
CMYK
RGB Variations
Color information
#CB2189 (or 0xCB2189) is known color: Medium Violet Red. HEX triplet: CB, 21 and 89. RGB value is (203,33,137). Sum of RGB (Red+Green+Blue) = 203+33+137=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2189 is #34DE76. Grayscale: #5F5F5F. Windows color (decimal): -3464823 or 8987083. OLE color: 8987083.
HSL color Cylindrical-coordinate representation of color #CB2189: hue angle of 323.29º 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 #CB2189 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 137 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.20 |
| HSL | 323.29º | 0.72% | 0.46% | - |
| HSV(B) | 323.29º | 0.84% | 0.8% | - |
| XYZ | 29.69 | 15.59 | 25.11 | - |
| YUV | 95.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 137 | 0 | 0.84 | 0.33 | 0.20 | 323.29 | 0.72 | 0.46 |
| Hex | CB | 21 | 89 | 0 | 54 | 21 | 14 | 143 | 48 | 2E |
| Octal | 313 | 41 | 211 | 0 | 124 | 41 | 24 | 503 | 110 | 56 |
| Binary | 11001011 | 100001 | 10001001 | 0 | 1010100 | 100001 | 10100 | 101000011 | 1001000 | 101110 |
Color Harmonies of #CB2189
Complementary color
Monochromatic Colors of #CB2189
Black with #CB2189
Text Example
Text Example
White with #CB2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2189; }
p { color: rgb(203,33,137); }
H1.HeaderClassName
{
color: #CB2189;
}
.AnyTagClassName
{
color: #CB2189;
}
</style>
background-color css
<style>
a { background-color: #CB2189; }
a { background-color: rgb(203,33,137); }
div.DivClassName
{
background-color: #CB2189;
}
.BgClassName
{
background-color: #CB2189;
}
</style>
border-color css
<style>
span { border-color: #CB2189; }
span { border-color: rgb(203,33,137); }
td.TdClassName
{
border-color: #CB2189;
}
.TagClassName
{
border-color: #CB2189;
}
</style>