Shades of Medium Violet Red #CB097D
Tints of Medium Violet Red #CB097D
RGB
CMYK
RGB Variations
Color information
#CB097D (or 0xCB097D) is known color: Medium Violet Red. HEX triplet: CB, 09 and 7D. RGB value is (203,9,125). Sum of RGB (Red+Green+Blue) = 203+9+125=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB097D is #34F682. Grayscale: #4F4F4F. Windows color (decimal): -3470979 or 8194507. OLE color: 8194507.
HSL color Cylindrical-coordinate representation of color #CB097D: hue angle of 324.12º 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 #CB097D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.20 |
| HSL | 324.12º | 0.92% | 0.42% | - |
| HSV(B) | 324.12º | 0.96% | 0.8% | - |
| XYZ | 28.43 | 14.37 | 20.68 | - |
| YUV | 80.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 125 | 0 | 0.96 | 0.38 | 0.20 | 324.12 | 0.92 | 0.42 |
| Hex | CB | 9 | 7D | 0 | 60 | 26 | 14 | 144 | 5C | 2A |
| Octal | 313 | 11 | 175 | 0 | 140 | 46 | 24 | 504 | 134 | 52 |
| Binary | 11001011 | 1001 | 1111101 | 0 | 1100000 | 100110 | 10100 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CB097D
Complementary color
Monochromatic Colors of #CB097D
Black with #CB097D
Text Example
Text Example
White with #CB097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB097D; }
p { color: rgb(203,9,125); }
H1.HeaderClassName
{
color: #CB097D;
}
.AnyTagClassName
{
color: #CB097D;
}
</style>
background-color css
<style>
a { background-color: #CB097D; }
a { background-color: rgb(203,9,125); }
div.DivClassName
{
background-color: #CB097D;
}
.BgClassName
{
background-color: #CB097D;
}
</style>
border-color css
<style>
span { border-color: #CB097D; }
span { border-color: rgb(203,9,125); }
td.TdClassName
{
border-color: #CB097D;
}
.TagClassName
{
border-color: #CB097D;
}
</style>