Shades of Medium Violet Red #CB0EA8
Tints of Medium Violet Red #CB0EA8
RGB
CMYK
RGB Variations
Color information
#CB0EA8 (or 0xCB0EA8) is known color: Medium Violet Red. HEX triplet: CB, 0E and A8. RGB value is (203,14,168). Sum of RGB (Red+Green+Blue) = 203+14+168=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0EA8 is #34F157. Grayscale: #575757. Windows color (decimal): -3469656 or 11013835. OLE color: 11013835.
HSL color Cylindrical-coordinate representation of color #CB0EA8: hue angle of 311.11º 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 #CB0EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 168 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.20 |
| HSL | 311.11º | 0.87% | 0.43% | - |
| HSV(B) | 311.11º | 0.93% | 0.8% | - |
| XYZ | 31.85 | 15.84 | 38.42 | - |
| YUV | 88.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 168 | 0 | 0.93 | 0.17 | 0.20 | 311.11 | 0.87 | 0.43 |
| Hex | CB | E | A8 | 0 | 5D | 11 | 14 | 137 | 57 | 2B |
| Octal | 313 | 16 | 250 | 0 | 135 | 21 | 24 | 467 | 127 | 53 |
| Binary | 11001011 | 1110 | 10101000 | 0 | 1011101 | 10001 | 10100 | 100110111 | 1010111 | 101011 |
Color Harmonies of #CB0EA8
Complementary color
Monochromatic Colors of #CB0EA8
Black with #CB0EA8
Text Example
Text Example
White with #CB0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EA8; }
p { color: rgb(203,14,168); }
H1.HeaderClassName
{
color: #CB0EA8;
}
.AnyTagClassName
{
color: #CB0EA8;
}
</style>
background-color css
<style>
a { background-color: #CB0EA8; }
a { background-color: rgb(203,14,168); }
div.DivClassName
{
background-color: #CB0EA8;
}
.BgClassName
{
background-color: #CB0EA8;
}
</style>
border-color css
<style>
span { border-color: #CB0EA8; }
span { border-color: rgb(203,14,168); }
td.TdClassName
{
border-color: #CB0EA8;
}
.TagClassName
{
border-color: #CB0EA8;
}
</style>