Shades of Medium Violet Red #CB1B9F
Tints of Medium Violet Red #CB1B9F
RGB
CMYK
RGB Variations
Color information
#CB1B9F (or 0xCB1B9F) is known color: Medium Violet Red. HEX triplet: CB, 1B and 9F. RGB value is (203,27,159). Sum of RGB (Red+Green+Blue) = 203+27+159=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1B9F is #34E460. Grayscale: #5E5E5E. Windows color (decimal): -3466337 or 10427339. OLE color: 10427339.
HSL color Cylindrical-coordinate representation of color #CB1B9F: hue angle of 315º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1B9F is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 159 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.20 |
| HSL | 315º | 0.77% | 0.45% | - |
| HSV(B) | 315º | 0.87% | 0.8% | - |
| XYZ | 31.28 | 15.98 | 34.24 | - |
| YUV | 94.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 159 | 0 | 0.87 | 0.22 | 0.20 | 315 | 0.77 | 0.45 |
| Hex | CB | 1B | 9F | 0 | 57 | 16 | 14 | 13B | 4D | 2D |
| Octal | 313 | 33 | 237 | 0 | 127 | 26 | 24 | 473 | 115 | 55 |
| Binary | 11001011 | 11011 | 10011111 | 0 | 1010111 | 10110 | 10100 | 100111011 | 1001101 | 101101 |
Color Harmonies of #CB1B9F
Complementary color
Monochromatic Colors of #CB1B9F
Black with #CB1B9F
Text Example
Text Example
White with #CB1B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B9F; }
p { color: rgb(203,27,159); }
H1.HeaderClassName
{
color: #CB1B9F;
}
.AnyTagClassName
{
color: #CB1B9F;
}
</style>
background-color css
<style>
a { background-color: #CB1B9F; }
a { background-color: rgb(203,27,159); }
div.DivClassName
{
background-color: #CB1B9F;
}
.BgClassName
{
background-color: #CB1B9F;
}
</style>
border-color css
<style>
span { border-color: #CB1B9F; }
span { border-color: rgb(203,27,159); }
td.TdClassName
{
border-color: #CB1B9F;
}
.TagClassName
{
border-color: #CB1B9F;
}
</style>