Shades of Medium Violet Red #CB139F
Tints of Medium Violet Red #CB139F
RGB
CMYK
RGB Variations
Color information
#CB139F (or 0xCB139F) is known color: Medium Violet Red. HEX triplet: CB, 13 and 9F. RGB value is (203,19,159). Sum of RGB (Red+Green+Blue) = 203+19+159=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB139F is #34EC60. Grayscale: #595959. Windows color (decimal): -3468385 or 10425291. OLE color: 10425291.
HSL color Cylindrical-coordinate representation of color #CB139F: hue angle of 314.35º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB139F is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 159 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.20 |
| HSL | 314.35º | 0.83% | 0.44% | - |
| HSV(B) | 314.35º | 0.91% | 0.8% | - |
| XYZ | 31.12 | 15.67 | 34.18 | - |
| YUV | 89.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 159 | 0 | 0.91 | 0.22 | 0.20 | 314.35 | 0.83 | 0.44 |
| Hex | CB | 13 | 9F | 0 | 5B | 16 | 14 | 13A | 53 | 2C |
| Octal | 313 | 23 | 237 | 0 | 133 | 26 | 24 | 472 | 123 | 54 |
| Binary | 11001011 | 10011 | 10011111 | 0 | 1011011 | 10110 | 10100 | 100111010 | 1010011 | 101100 |
Color Harmonies of #CB139F
Complementary color
Monochromatic Colors of #CB139F
Black with #CB139F
Text Example
Text Example
White with #CB139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB139F; }
p { color: rgb(203,19,159); }
H1.HeaderClassName
{
color: #CB139F;
}
.AnyTagClassName
{
color: #CB139F;
}
</style>
background-color css
<style>
a { background-color: #CB139F; }
a { background-color: rgb(203,19,159); }
div.DivClassName
{
background-color: #CB139F;
}
.BgClassName
{
background-color: #CB139F;
}
</style>
border-color css
<style>
span { border-color: #CB139F; }
span { border-color: rgb(203,19,159); }
td.TdClassName
{
border-color: #CB139F;
}
.TagClassName
{
border-color: #CB139F;
}
</style>