Shades of Medium Violet Red #CB089B
Tints of Medium Violet Red #CB089B
RGB
CMYK
RGB Variations
Color information
#CB089B (or 0xCB089B) is known color: Medium Violet Red. HEX triplet: CB, 08 and 9B. RGB value is (203,8,155). Sum of RGB (Red+Green+Blue) = 203+8+155=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB089B is #34F764. Grayscale: #525252. Windows color (decimal): -3471205 or 10160331. OLE color: 10160331.
HSL color Cylindrical-coordinate representation of color #CB089B: hue angle of 314.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB089B is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.20 |
| HSL | 314.77º | 0.92% | 0.41% | - |
| HSV(B) | 314.77º | 0.96% | 0.8% | - |
| XYZ | 30.63 | 15.24 | 32.34 | - |
| YUV | 83.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 155 | 0 | 0.96 | 0.24 | 0.20 | 314.77 | 0.92 | 0.41 |
| Hex | CB | 8 | 9B | 0 | 60 | 18 | 14 | 13B | 5C | 29 |
| Octal | 313 | 10 | 233 | 0 | 140 | 30 | 24 | 473 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011011 | 0 | 1100000 | 11000 | 10100 | 100111011 | 1011100 | 101001 |
Color Harmonies of #CB089B
Complementary color
Monochromatic Colors of #CB089B
Black with #CB089B
Text Example
Text Example
White with #CB089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB089B; }
p { color: rgb(203,8,155); }
H1.HeaderClassName
{
color: #CB089B;
}
.AnyTagClassName
{
color: #CB089B;
}
</style>
background-color css
<style>
a { background-color: #CB089B; }
a { background-color: rgb(203,8,155); }
div.DivClassName
{
background-color: #CB089B;
}
.BgClassName
{
background-color: #CB089B;
}
</style>
border-color css
<style>
span { border-color: #CB089B; }
span { border-color: rgb(203,8,155); }
td.TdClassName
{
border-color: #CB089B;
}
.TagClassName
{
border-color: #CB089B;
}
</style>