Shades of Medium Violet Red #CB099B
Tints of Medium Violet Red #CB099B
RGB
CMYK
RGB Variations
Color information
#CB099B (or 0xCB099B) is known color: Medium Violet Red. HEX triplet: CB, 09 and 9B. RGB value is (203,9,155). Sum of RGB (Red+Green+Blue) = 203+9+155=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB099B is #34F664. Grayscale: #535353. Windows color (decimal): -3470949 or 10160587. OLE color: 10160587.
HSL color Cylindrical-coordinate representation of color #CB099B: hue angle of 314.85º 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 #CB099B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.20 |
| HSL | 314.85º | 0.92% | 0.42% | - |
| HSV(B) | 314.85º | 0.96% | 0.8% | - |
| XYZ | 30.64 | 15.26 | 32.34 | - |
| YUV | 83.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 155 | 0 | 0.96 | 0.24 | 0.20 | 314.85 | 0.92 | 0.42 |
| Hex | CB | 9 | 9B | 0 | 60 | 18 | 14 | 13B | 5C | 2A |
| Octal | 313 | 11 | 233 | 0 | 140 | 30 | 24 | 473 | 134 | 52 |
| Binary | 11001011 | 1001 | 10011011 | 0 | 1100000 | 11000 | 10100 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CB099B
Complementary color
Monochromatic Colors of #CB099B
Black with #CB099B
Text Example
Text Example
White with #CB099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB099B; }
p { color: rgb(203,9,155); }
H1.HeaderClassName
{
color: #CB099B;
}
.AnyTagClassName
{
color: #CB099B;
}
</style>
background-color css
<style>
a { background-color: #CB099B; }
a { background-color: rgb(203,9,155); }
div.DivClassName
{
background-color: #CB099B;
}
.BgClassName
{
background-color: #CB099B;
}
</style>
border-color css
<style>
span { border-color: #CB099B; }
span { border-color: rgb(203,9,155); }
td.TdClassName
{
border-color: #CB099B;
}
.TagClassName
{
border-color: #CB099B;
}
</style>