Shades of Medium Violet Red #CB2187
Tints of Medium Violet Red #CB2187
RGB
CMYK
RGB Variations
Color information
#CB2187 (or 0xCB2187) is known color: Medium Violet Red. HEX triplet: CB, 21 and 87. RGB value is (203,33,135). Sum of RGB (Red+Green+Blue) = 203+33+135=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2187 is #34DE78. Grayscale: #5F5F5F. Windows color (decimal): -3464825 or 8856011. OLE color: 8856011.
HSL color Cylindrical-coordinate representation of color #CB2187: hue angle of 324º 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 #CB2187 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 135 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.20 |
| HSL | 324º | 0.72% | 0.46% | - |
| HSV(B) | 324º | 0.84% | 0.8% | - |
| XYZ | 29.55 | 15.53 | 24.36 | - |
| YUV | 95.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 135 | 0 | 0.84 | 0.33 | 0.20 | 324 | 0.72 | 0.46 |
| Hex | CB | 21 | 87 | 0 | 54 | 21 | 14 | 144 | 48 | 2E |
| Octal | 313 | 41 | 207 | 0 | 124 | 41 | 24 | 504 | 110 | 56 |
| Binary | 11001011 | 100001 | 10000111 | 0 | 1010100 | 100001 | 10100 | 101000100 | 1001000 | 101110 |
Color Harmonies of #CB2187
Complementary color
Monochromatic Colors of #CB2187
Black with #CB2187
Text Example
Text Example
White with #CB2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2187; }
p { color: rgb(203,33,135); }
H1.HeaderClassName
{
color: #CB2187;
}
.AnyTagClassName
{
color: #CB2187;
}
</style>
background-color css
<style>
a { background-color: #CB2187; }
a { background-color: rgb(203,33,135); }
div.DivClassName
{
background-color: #CB2187;
}
.BgClassName
{
background-color: #CB2187;
}
</style>
border-color css
<style>
span { border-color: #CB2187; }
span { border-color: rgb(203,33,135); }
td.TdClassName
{
border-color: #CB2187;
}
.TagClassName
{
border-color: #CB2187;
}
</style>