Shades of Medium Violet Red #CB1F87
Tints of Medium Violet Red #CB1F87
RGB
CMYK
RGB Variations
Color information
#CB1F87 (or 0xCB1F87) is known color: Medium Violet Red. HEX triplet: CB, 1F and 87. RGB value is (203,31,135). Sum of RGB (Red+Green+Blue) = 203+31+135=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F87 is #34E078. Grayscale: #5E5E5E. Windows color (decimal): -3465337 or 8855499. OLE color: 8855499.
HSL color Cylindrical-coordinate representation of color #CB1F87: hue angle of 323.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F87 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 135 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.20 |
| HSL | 323.72º | 0.74% | 0.46% | - |
| HSV(B) | 323.72º | 0.85% | 0.8% | - |
| XYZ | 29.49 | 15.43 | 24.34 | - |
| YUV | 94.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 135 | 0 | 0.85 | 0.33 | 0.20 | 323.72 | 0.74 | 0.46 |
| Hex | CB | 1F | 87 | 0 | 55 | 21 | 14 | 144 | 4A | 2E |
| Octal | 313 | 37 | 207 | 0 | 125 | 41 | 24 | 504 | 112 | 56 |
| Binary | 11001011 | 11111 | 10000111 | 0 | 1010101 | 100001 | 10100 | 101000100 | 1001010 | 101110 |
Color Harmonies of #CB1F87
Complementary color
Monochromatic Colors of #CB1F87
Black with #CB1F87
Text Example
Text Example
White with #CB1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F87; }
p { color: rgb(203,31,135); }
H1.HeaderClassName
{
color: #CB1F87;
}
.AnyTagClassName
{
color: #CB1F87;
}
</style>
background-color css
<style>
a { background-color: #CB1F87; }
a { background-color: rgb(203,31,135); }
div.DivClassName
{
background-color: #CB1F87;
}
.BgClassName
{
background-color: #CB1F87;
}
</style>
border-color css
<style>
span { border-color: #CB1F87; }
span { border-color: rgb(203,31,135); }
td.TdClassName
{
border-color: #CB1F87;
}
.TagClassName
{
border-color: #CB1F87;
}
</style>