Shades of Medium Violet Red #CB099F
Tints of Medium Violet Red #CB099F
RGB
CMYK
RGB Variations
Color information
#CB099F (or 0xCB099F) is known color: Medium Violet Red. HEX triplet: CB, 09 and 9F. RGB value is (203,9,159). Sum of RGB (Red+Green+Blue) = 203+9+159=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB099F is #34F660. Grayscale: #535353. Windows color (decimal): -3470945 or 10422731. OLE color: 10422731.
HSL color Cylindrical-coordinate representation of color #CB099F: hue angle of 313.61º 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 #CB099F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.20 |
| HSL | 313.61º | 0.92% | 0.42% | - |
| HSV(B) | 313.61º | 0.96% | 0.8% | - |
| XYZ | 30.98 | 15.4 | 34.14 | - |
| YUV | 84.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 159 | 0 | 0.96 | 0.22 | 0.20 | 313.61 | 0.92 | 0.42 |
| Hex | CB | 9 | 9F | 0 | 60 | 16 | 14 | 13A | 5C | 2A |
| Octal | 313 | 11 | 237 | 0 | 140 | 26 | 24 | 472 | 134 | 52 |
| Binary | 11001011 | 1001 | 10011111 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CB099F
Complementary color
Monochromatic Colors of #CB099F
Black with #CB099F
Text Example
Text Example
White with #CB099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB099F; }
p { color: rgb(203,9,159); }
H1.HeaderClassName
{
color: #CB099F;
}
.AnyTagClassName
{
color: #CB099F;
}
</style>
background-color css
<style>
a { background-color: #CB099F; }
a { background-color: rgb(203,9,159); }
div.DivClassName
{
background-color: #CB099F;
}
.BgClassName
{
background-color: #CB099F;
}
</style>
border-color css
<style>
span { border-color: #CB099F; }
span { border-color: rgb(203,9,159); }
td.TdClassName
{
border-color: #CB099F;
}
.TagClassName
{
border-color: #CB099F;
}
</style>