Shades of Medium Violet Red #CB129E
Tints of Medium Violet Red #CB129E
RGB
CMYK
RGB Variations
Color information
#CB129E (or 0xCB129E) is known color: Medium Violet Red. HEX triplet: CB, 12 and 9E. RGB value is (203,18,158). Sum of RGB (Red+Green+Blue) = 203+18+158=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB129E is #34ED61. Grayscale: #585858. Windows color (decimal): -3468642 or 10359499. OLE color: 10359499.
HSL color Cylindrical-coordinate representation of color #CB129E: hue angle of 314.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB129E is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 158 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.20 |
| HSL | 314.59º | 0.84% | 0.43% | - |
| HSV(B) | 314.59º | 0.91% | 0.8% | - |
| XYZ | 31.02 | 15.6 | 33.72 | - |
| YUV | 89.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 158 | 0 | 0.91 | 0.22 | 0.20 | 314.59 | 0.84 | 0.43 |
| Hex | CB | 12 | 9E | 0 | 5B | 16 | 14 | 13B | 54 | 2B |
| Octal | 313 | 22 | 236 | 0 | 133 | 26 | 24 | 473 | 124 | 53 |
| Binary | 11001011 | 10010 | 10011110 | 0 | 1011011 | 10110 | 10100 | 100111011 | 1010100 | 101011 |
Color Harmonies of #CB129E
Complementary color
Monochromatic Colors of #CB129E
Black with #CB129E
Text Example
Text Example
White with #CB129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB129E; }
p { color: rgb(203,18,158); }
H1.HeaderClassName
{
color: #CB129E;
}
.AnyTagClassName
{
color: #CB129E;
}
</style>
background-color css
<style>
a { background-color: #CB129E; }
a { background-color: rgb(203,18,158); }
div.DivClassName
{
background-color: #CB129E;
}
.BgClassName
{
background-color: #CB129E;
}
</style>
border-color css
<style>
span { border-color: #CB129E; }
span { border-color: rgb(203,18,158); }
td.TdClassName
{
border-color: #CB129E;
}
.TagClassName
{
border-color: #CB129E;
}
</style>