Shades of Medium Violet Red #CB089F
Tints of Medium Violet Red #CB089F
RGB
CMYK
RGB Variations
Color information
#CB089F (or 0xCB089F) is known color: Medium Violet Red. HEX triplet: CB, 08 and 9F. RGB value is (203,8,159). Sum of RGB (Red+Green+Blue) = 203+8+159=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB089F is #34F760. Grayscale: #535353. Windows color (decimal): -3471201 or 10422475. OLE color: 10422475.
HSL color Cylindrical-coordinate representation of color #CB089F: hue angle of 313.54º 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 #CB089F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.20 |
| HSL | 313.54º | 0.92% | 0.41% | - |
| HSV(B) | 313.54º | 0.96% | 0.8% | - |
| XYZ | 30.97 | 15.37 | 34.14 | - |
| YUV | 83.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 159 | 0 | 0.96 | 0.22 | 0.20 | 313.54 | 0.92 | 0.41 |
| Hex | CB | 8 | 9F | 0 | 60 | 16 | 14 | 13A | 5C | 29 |
| Octal | 313 | 10 | 237 | 0 | 140 | 26 | 24 | 472 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011111 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101001 |
Color Harmonies of #CB089F
Complementary color
Monochromatic Colors of #CB089F
Black with #CB089F
Text Example
Text Example
White with #CB089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB089F; }
p { color: rgb(203,8,159); }
H1.HeaderClassName
{
color: #CB089F;
}
.AnyTagClassName
{
color: #CB089F;
}
</style>
background-color css
<style>
a { background-color: #CB089F; }
a { background-color: rgb(203,8,159); }
div.DivClassName
{
background-color: #CB089F;
}
.BgClassName
{
background-color: #CB089F;
}
</style>
border-color css
<style>
span { border-color: #CB089F; }
span { border-color: rgb(203,8,159); }
td.TdClassName
{
border-color: #CB089F;
}
.TagClassName
{
border-color: #CB089F;
}
</style>