Shades of Medium Violet Red #CB097A
Tints of Medium Violet Red #CB097A
RGB
CMYK
RGB Variations
Color information
#CB097A (or 0xCB097A) is known color: Medium Violet Red. HEX triplet: CB, 09 and 7A. RGB value is (203,9,122). Sum of RGB (Red+Green+Blue) = 203+9+122=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB097A is #34F685. Grayscale: #4F4F4F. Windows color (decimal): -3470982 or 7997899. OLE color: 7997899.
HSL color Cylindrical-coordinate representation of color #CB097A: hue angle of 325.05º 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 #CB097A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.20 |
| HSL | 325.05º | 0.92% | 0.42% | - |
| HSV(B) | 325.05º | 0.96% | 0.8% | - |
| XYZ | 28.24 | 14.3 | 19.68 | - |
| YUV | 79.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 122 | 0 | 0.96 | 0.40 | 0.20 | 325.05 | 0.92 | 0.42 |
| Hex | CB | 9 | 7A | 0 | 60 | 28 | 14 | 145 | 5C | 2A |
| Octal | 313 | 11 | 172 | 0 | 140 | 50 | 24 | 505 | 134 | 52 |
| Binary | 11001011 | 1001 | 1111010 | 0 | 1100000 | 101000 | 10100 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CB097A
Complementary color
Monochromatic Colors of #CB097A
Black with #CB097A
Text Example
Text Example
White with #CB097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB097A; }
p { color: rgb(203,9,122); }
H1.HeaderClassName
{
color: #CB097A;
}
.AnyTagClassName
{
color: #CB097A;
}
</style>
background-color css
<style>
a { background-color: #CB097A; }
a { background-color: rgb(203,9,122); }
div.DivClassName
{
background-color: #CB097A;
}
.BgClassName
{
background-color: #CB097A;
}
</style>
border-color css
<style>
span { border-color: #CB097A; }
span { border-color: rgb(203,9,122); }
td.TdClassName
{
border-color: #CB097A;
}
.TagClassName
{
border-color: #CB097A;
}
</style>