Shades of Medium Violet Red #CB2185
Tints of Medium Violet Red #CB2185
RGB
CMYK
RGB Variations
Color information
#CB2185 (or 0xCB2185) is known color: Medium Violet Red. HEX triplet: CB, 21 and 85. RGB value is (203,33,133). Sum of RGB (Red+Green+Blue) = 203+33+133=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2185 is #34DE7A. Grayscale: #5F5F5F. Windows color (decimal): -3464827 or 8724939. OLE color: 8724939.
HSL color Cylindrical-coordinate representation of color #CB2185: hue angle of 324.71º 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 #CB2185 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 133 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.20 |
| HSL | 324.71º | 0.72% | 0.46% | - |
| HSV(B) | 324.71º | 0.84% | 0.8% | - |
| XYZ | 29.41 | 15.48 | 23.63 | - |
| YUV | 95.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 133 | 0 | 0.84 | 0.34 | 0.20 | 324.71 | 0.72 | 0.46 |
| Hex | CB | 21 | 85 | 0 | 54 | 22 | 14 | 145 | 48 | 2E |
| Octal | 313 | 41 | 205 | 0 | 124 | 42 | 24 | 505 | 110 | 56 |
| Binary | 11001011 | 100001 | 10000101 | 0 | 1010100 | 100010 | 10100 | 101000101 | 1001000 | 101110 |
Color Harmonies of #CB2185
Complementary color
Monochromatic Colors of #CB2185
Black with #CB2185
Text Example
Text Example
White with #CB2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2185; }
p { color: rgb(203,33,133); }
H1.HeaderClassName
{
color: #CB2185;
}
.AnyTagClassName
{
color: #CB2185;
}
</style>
background-color css
<style>
a { background-color: #CB2185; }
a { background-color: rgb(203,33,133); }
div.DivClassName
{
background-color: #CB2185;
}
.BgClassName
{
background-color: #CB2185;
}
</style>
border-color css
<style>
span { border-color: #CB2185; }
span { border-color: rgb(203,33,133); }
td.TdClassName
{
border-color: #CB2185;
}
.TagClassName
{
border-color: #CB2185;
}
</style>