Shades of Medium Violet Red #CB2183
Tints of Medium Violet Red #CB2183
RGB
CMYK
RGB Variations
Color information
#CB2183 (or 0xCB2183) is known color: Medium Violet Red. HEX triplet: CB, 21 and 83. RGB value is (203,33,131). Sum of RGB (Red+Green+Blue) = 203+33+131=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2183 is #34DE7C. Grayscale: #5E5E5E. Windows color (decimal): -3464829 or 8593867. OLE color: 8593867.
HSL color Cylindrical-coordinate representation of color #CB2183: hue angle of 325.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 #CB2183 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 131 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.20 |
| HSL | 325.41º | 0.72% | 0.46% | - |
| HSV(B) | 325.41º | 0.84% | 0.8% | - |
| XYZ | 29.27 | 15.42 | 22.91 | - |
| YUV | 95 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 131 | 0 | 0.84 | 0.35 | 0.20 | 325.41 | 0.72 | 0.46 |
| Hex | CB | 21 | 83 | 0 | 54 | 23 | 14 | 145 | 48 | 2E |
| Octal | 313 | 41 | 203 | 0 | 124 | 43 | 24 | 505 | 110 | 56 |
| Binary | 11001011 | 100001 | 10000011 | 0 | 1010100 | 100011 | 10100 | 101000101 | 1001000 | 101110 |
Color Harmonies of #CB2183
Complementary color
Monochromatic Colors of #CB2183
Black with #CB2183
Text Example
Text Example
White with #CB2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2183; }
p { color: rgb(203,33,131); }
H1.HeaderClassName
{
color: #CB2183;
}
.AnyTagClassName
{
color: #CB2183;
}
</style>
background-color css
<style>
a { background-color: #CB2183; }
a { background-color: rgb(203,33,131); }
div.DivClassName
{
background-color: #CB2183;
}
.BgClassName
{
background-color: #CB2183;
}
</style>
border-color css
<style>
span { border-color: #CB2183; }
span { border-color: rgb(203,33,131); }
td.TdClassName
{
border-color: #CB2183;
}
.TagClassName
{
border-color: #CB2183;
}
</style>