Shades of Medium Violet Red #CB139C
Tints of Medium Violet Red #CB139C
RGB
CMYK
RGB Variations
Color information
#CB139C (or 0xCB139C) is known color: Medium Violet Red. HEX triplet: CB, 13 and 9C. RGB value is (203,19,156). Sum of RGB (Red+Green+Blue) = 203+19+156=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB139C is #34EC63. Grayscale: #595959. Windows color (decimal): -3468388 or 10228683. OLE color: 10228683.
HSL color Cylindrical-coordinate representation of color #CB139C: hue angle of 315.33º 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 #CB139C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.20 |
| HSL | 315.33º | 0.83% | 0.44% | - |
| HSV(B) | 315.33º | 0.91% | 0.8% | - |
| XYZ | 30.86 | 15.56 | 32.83 | - |
| YUV | 89.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 156 | 0 | 0.91 | 0.23 | 0.20 | 315.33 | 0.83 | 0.44 |
| Hex | CB | 13 | 9C | 0 | 5B | 17 | 14 | 13B | 53 | 2C |
| Octal | 313 | 23 | 234 | 0 | 133 | 27 | 24 | 473 | 123 | 54 |
| Binary | 11001011 | 10011 | 10011100 | 0 | 1011011 | 10111 | 10100 | 100111011 | 1010011 | 101100 |
Color Harmonies of #CB139C
Complementary color
Monochromatic Colors of #CB139C
Black with #CB139C
Text Example
Text Example
White with #CB139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB139C; }
p { color: rgb(203,19,156); }
H1.HeaderClassName
{
color: #CB139C;
}
.AnyTagClassName
{
color: #CB139C;
}
</style>
background-color css
<style>
a { background-color: #CB139C; }
a { background-color: rgb(203,19,156); }
div.DivClassName
{
background-color: #CB139C;
}
.BgClassName
{
background-color: #CB139C;
}
</style>
border-color css
<style>
span { border-color: #CB139C; }
span { border-color: rgb(203,19,156); }
td.TdClassName
{
border-color: #CB139C;
}
.TagClassName
{
border-color: #CB139C;
}
</style>