Shades of Medium Violet Red #CB089E
Tints of Medium Violet Red #CB089E
RGB
CMYK
RGB Variations
Color information
#CB089E (or 0xCB089E) is known color: Medium Violet Red. HEX triplet: CB, 08 and 9E. RGB value is (203,8,158). Sum of RGB (Red+Green+Blue) = 203+8+158=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB089E is #34F761. Grayscale: #535353. Windows color (decimal): -3471202 or 10356939. OLE color: 10356939.
HSL color Cylindrical-coordinate representation of color #CB089E: hue angle of 313.85º 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 #CB089E is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.20 |
| HSL | 313.85º | 0.92% | 0.41% | - |
| HSV(B) | 313.85º | 0.96% | 0.8% | - |
| XYZ | 30.89 | 15.34 | 33.68 | - |
| YUV | 83.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 158 | 0 | 0.96 | 0.22 | 0.20 | 313.85 | 0.92 | 0.41 |
| Hex | CB | 8 | 9E | 0 | 60 | 16 | 14 | 13A | 5C | 29 |
| Octal | 313 | 10 | 236 | 0 | 140 | 26 | 24 | 472 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011110 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101001 |
Color Harmonies of #CB089E
Complementary color
Monochromatic Colors of #CB089E
Black with #CB089E
Text Example
Text Example
White with #CB089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB089E; }
p { color: rgb(203,8,158); }
H1.HeaderClassName
{
color: #CB089E;
}
.AnyTagClassName
{
color: #CB089E;
}
</style>
background-color css
<style>
a { background-color: #CB089E; }
a { background-color: rgb(203,8,158); }
div.DivClassName
{
background-color: #CB089E;
}
.BgClassName
{
background-color: #CB089E;
}
</style>
border-color css
<style>
span { border-color: #CB089E; }
span { border-color: rgb(203,8,158); }
td.TdClassName
{
border-color: #CB089E;
}
.TagClassName
{
border-color: #CB089E;
}
</style>