Shades of Medium Violet Red #CB0EA0
Tints of Medium Violet Red #CB0EA0
RGB
CMYK
RGB Variations
Color information
#CB0EA0 (or 0xCB0EA0) is known color: Medium Violet Red. HEX triplet: CB, 0E and A0. RGB value is (203,14,160). Sum of RGB (Red+Green+Blue) = 203+14+160=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0EA0 is #34F15F. Grayscale: #565656. Windows color (decimal): -3469664 or 10489547. OLE color: 10489547.
HSL color Cylindrical-coordinate representation of color #CB0EA0: hue angle of 313.65º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0EA0 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 160 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.20 |
| HSL | 313.65º | 0.87% | 0.43% | - |
| HSV(B) | 313.65º | 0.93% | 0.8% | - |
| XYZ | 31.13 | 15.55 | 34.62 | - |
| YUV | 87.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 160 | 0 | 0.93 | 0.21 | 0.20 | 313.65 | 0.87 | 0.43 |
| Hex | CB | E | A0 | 0 | 5D | 15 | 14 | 13A | 57 | 2B |
| Octal | 313 | 16 | 240 | 0 | 135 | 25 | 24 | 472 | 127 | 53 |
| Binary | 11001011 | 1110 | 10100000 | 0 | 1011101 | 10101 | 10100 | 100111010 | 1010111 | 101011 |
Color Harmonies of #CB0EA0
Complementary color
Monochromatic Colors of #CB0EA0
Black with #CB0EA0
Text Example
Text Example
White with #CB0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EA0; }
p { color: rgb(203,14,160); }
H1.HeaderClassName
{
color: #CB0EA0;
}
.AnyTagClassName
{
color: #CB0EA0;
}
</style>
background-color css
<style>
a { background-color: #CB0EA0; }
a { background-color: rgb(203,14,160); }
div.DivClassName
{
background-color: #CB0EA0;
}
.BgClassName
{
background-color: #CB0EA0;
}
</style>
border-color css
<style>
span { border-color: #CB0EA0; }
span { border-color: rgb(203,14,160); }
td.TdClassName
{
border-color: #CB0EA0;
}
.TagClassName
{
border-color: #CB0EA0;
}
</style>