Shades of Medium Violet Red #CB138E
Tints of Medium Violet Red #CB138E
RGB
CMYK
RGB Variations
Color information
#CB138E (or 0xCB138E) is known color: Medium Violet Red. HEX triplet: CB, 13 and 8E. RGB value is (203,19,142). Sum of RGB (Red+Green+Blue) = 203+19+142=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB138E is #34EC71. Grayscale: #575757. Windows color (decimal): -3468402 or 9311179. OLE color: 9311179.
HSL color Cylindrical-coordinate representation of color #CB138E: hue angle of 319.89º 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 #CB138E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 142 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.20 |
| HSL | 319.89º | 0.83% | 0.44% | - |
| HSV(B) | 319.89º | 0.91% | 0.8% | - |
| XYZ | 29.74 | 15.12 | 26.94 | - |
| YUV | 88.04 | 158.46 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 142 | 0 | 0.91 | 0.30 | 0.20 | 319.89 | 0.83 | 0.44 |
| Hex | CB | 13 | 8E | 0 | 5B | 1E | 14 | 140 | 53 | 2C |
| Octal | 313 | 23 | 216 | 0 | 133 | 36 | 24 | 500 | 123 | 54 |
| Binary | 11001011 | 10011 | 10001110 | 0 | 1011011 | 11110 | 10100 | 101000000 | 1010011 | 101100 |
Color Harmonies of #CB138E
Complementary color
Monochromatic Colors of #CB138E
Black with #CB138E
Text Example
Text Example
White with #CB138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB138E; }
p { color: rgb(203,19,142); }
H1.HeaderClassName
{
color: #CB138E;
}
.AnyTagClassName
{
color: #CB138E;
}
</style>
background-color css
<style>
a { background-color: #CB138E; }
a { background-color: rgb(203,19,142); }
div.DivClassName
{
background-color: #CB138E;
}
.BgClassName
{
background-color: #CB138E;
}
</style>
border-color css
<style>
span { border-color: #CB138E; }
span { border-color: rgb(203,19,142); }
td.TdClassName
{
border-color: #CB138E;
}
.TagClassName
{
border-color: #CB138E;
}
</style>