Shades of Medium Violet Red #CB089C
Tints of Medium Violet Red #CB089C
RGB
CMYK
RGB Variations
Color information
#CB089C (or 0xCB089C) is known color: Medium Violet Red. HEX triplet: CB, 08 and 9C. RGB value is (203,8,156). Sum of RGB (Red+Green+Blue) = 203+8+156=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB089C is #34F763. Grayscale: #525252. Windows color (decimal): -3471204 or 10225867. OLE color: 10225867.
HSL color Cylindrical-coordinate representation of color #CB089C: hue angle of 314.46º 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 #CB089C is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.20 |
| HSL | 314.46º | 0.92% | 0.41% | - |
| HSV(B) | 314.46º | 0.96% | 0.8% | - |
| XYZ | 30.72 | 15.27 | 32.78 | - |
| YUV | 83.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 156 | 0 | 0.96 | 0.23 | 0.20 | 314.46 | 0.92 | 0.41 |
| Hex | CB | 8 | 9C | 0 | 60 | 17 | 14 | 13A | 5C | 29 |
| Octal | 313 | 10 | 234 | 0 | 140 | 27 | 24 | 472 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011100 | 0 | 1100000 | 10111 | 10100 | 100111010 | 1011100 | 101001 |
Color Harmonies of #CB089C
Complementary color
Monochromatic Colors of #CB089C
Black with #CB089C
Text Example
Text Example
White with #CB089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB089C; }
p { color: rgb(203,8,156); }
H1.HeaderClassName
{
color: #CB089C;
}
.AnyTagClassName
{
color: #CB089C;
}
</style>
background-color css
<style>
a { background-color: #CB089C; }
a { background-color: rgb(203,8,156); }
div.DivClassName
{
background-color: #CB089C;
}
.BgClassName
{
background-color: #CB089C;
}
</style>
border-color css
<style>
span { border-color: #CB089C; }
span { border-color: rgb(203,8,156); }
td.TdClassName
{
border-color: #CB089C;
}
.TagClassName
{
border-color: #CB089C;
}
</style>