Shades of Medium Violet Red #CB008E
Tints of Medium Violet Red #CB008E
RGB
CMYK
RGB Variations
Color information
#CB008E (or 0xCB008E) is known color: Medium Violet Red. HEX triplet: CB, 00 and 8E. RGB value is (203,0,142). Sum of RGB (Red+Green+Blue) = 203+0+142=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB008E is #34FF71. Grayscale: #4C4C4C. Windows color (decimal): -3473266 or 9306315. OLE color: 9306315.
HSL color Cylindrical-coordinate representation of color #CB008E: hue angle of 318.03º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB008E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.30 | 0.20 |
| HSL | 318.03º | 1% | 0.4% | - |
| HSV(B) | 318.03º | 1% | 0.8% | - |
| XYZ | 29.51 | 14.65 | 26.86 | - |
| YUV | 76.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 142 | 0 | 1 | 0.30 | 0.20 | 318.03 | 1 | 0.4 |
| Hex | CB | 0 | 8E | 0 | 64 | 1E | 14 | 13E | 64 | 28 |
| Octal | 313 | 0 | 216 | 0 | 144 | 36 | 24 | 476 | 144 | 50 |
| Binary | 11001011 | 0 | 10001110 | 0 | 1100100 | 11110 | 10100 | 100111110 | 1100100 | 101000 |
Color Harmonies of #CB008E
Complementary color
Monochromatic Colors of #CB008E
Black with #CB008E
Text Example
Text Example
White with #CB008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB008E; }
p { color: rgb(203,0,142); }
H1.HeaderClassName
{
color: #CB008E;
}
.AnyTagClassName
{
color: #CB008E;
}
</style>
background-color css
<style>
a { background-color: #CB008E; }
a { background-color: rgb(203,0,142); }
div.DivClassName
{
background-color: #CB008E;
}
.BgClassName
{
background-color: #CB008E;
}
</style>
border-color css
<style>
span { border-color: #CB008E; }
span { border-color: rgb(203,0,142); }
td.TdClassName
{
border-color: #CB008E;
}
.TagClassName
{
border-color: #CB008E;
}
</style>