Shades of Medium Violet Red #CB009E
Tints of Medium Violet Red #CB009E
RGB
CMYK
RGB Variations
Color information
#CB009E (or 0xCB009E) is known color: Medium Violet Red. HEX triplet: CB, 00 and 9E. RGB value is (203,0,158). Sum of RGB (Red+Green+Blue) = 203+0+158=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB009E is #34FF61. Grayscale: #4E4E4E. Windows color (decimal): -3473250 or 10354891. OLE color: 10354891.
HSL color Cylindrical-coordinate representation of color #CB009E: hue angle of 313.3º 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 #CB009E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.22 | 0.20 |
| HSL | 313.3º | 1% | 0.4% | - |
| HSV(B) | 313.3º | 1% | 0.8% | - |
| XYZ | 30.8 | 15.17 | 33.65 | - |
| YUV | 78.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 158 | 0 | 1 | 0.22 | 0.20 | 313.3 | 1 | 0.4 |
| Hex | CB | 0 | 9E | 0 | 64 | 16 | 14 | 139 | 64 | 28 |
| Octal | 313 | 0 | 236 | 0 | 144 | 26 | 24 | 471 | 144 | 50 |
| Binary | 11001011 | 0 | 10011110 | 0 | 1100100 | 10110 | 10100 | 100111001 | 1100100 | 101000 |
Color Harmonies of #CB009E
Complementary color
Monochromatic Colors of #CB009E
Black with #CB009E
Text Example
Text Example
White with #CB009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB009E; }
p { color: rgb(203,0,158); }
H1.HeaderClassName
{
color: #CB009E;
}
.AnyTagClassName
{
color: #CB009E;
}
</style>
background-color css
<style>
a { background-color: #CB009E; }
a { background-color: rgb(203,0,158); }
div.DivClassName
{
background-color: #CB009E;
}
.BgClassName
{
background-color: #CB009E;
}
</style>
border-color css
<style>
span { border-color: #CB009E; }
span { border-color: rgb(203,0,158); }
td.TdClassName
{
border-color: #CB009E;
}
.TagClassName
{
border-color: #CB009E;
}
</style>