Shades of Medium Violet Red #CB099E
Tints of Medium Violet Red #CB099E
RGB
CMYK
RGB Variations
Color information
#CB099E (or 0xCB099E) is known color: Medium Violet Red. HEX triplet: CB, 09 and 9E. RGB value is (203,9,158). Sum of RGB (Red+Green+Blue) = 203+9+158=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB099E is #34F661. Grayscale: #535353. Windows color (decimal): -3470946 or 10357195. OLE color: 10357195.
HSL color Cylindrical-coordinate representation of color #CB099E: hue angle of 313.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB099E is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.20 |
| HSL | 313.92º | 0.92% | 0.42% | - |
| HSV(B) | 313.92º | 0.96% | 0.8% | - |
| XYZ | 30.9 | 15.36 | 33.68 | - |
| YUV | 83.99 | 169.77 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 158 | 0 | 0.96 | 0.22 | 0.20 | 313.92 | 0.92 | 0.42 |
| Hex | CB | 9 | 9E | 0 | 60 | 16 | 14 | 13A | 5C | 2A |
| Octal | 313 | 11 | 236 | 0 | 140 | 26 | 24 | 472 | 134 | 52 |
| Binary | 11001011 | 1001 | 10011110 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CB099E
Complementary color
Monochromatic Colors of #CB099E
Black with #CB099E
Text Example
Text Example
White with #CB099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB099E; }
p { color: rgb(203,9,158); }
H1.HeaderClassName
{
color: #CB099E;
}
.AnyTagClassName
{
color: #CB099E;
}
</style>
background-color css
<style>
a { background-color: #CB099E; }
a { background-color: rgb(203,9,158); }
div.DivClassName
{
background-color: #CB099E;
}
.BgClassName
{
background-color: #CB099E;
}
</style>
border-color css
<style>
span { border-color: #CB099E; }
span { border-color: rgb(203,9,158); }
td.TdClassName
{
border-color: #CB099E;
}
.TagClassName
{
border-color: #CB099E;
}
</style>