Shades of Medium Violet Red #CD097B
Tints of Medium Violet Red #CD097B
RGB
CMYK
RGB Variations
Color information
#CD097B (or 0xCD097B) is known color: Medium Violet Red. HEX triplet: CD, 09 and 7B. RGB value is (205,9,123). Sum of RGB (Red+Green+Blue) = 205+9+123=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD097B is #32F684. Grayscale: #505050. Windows color (decimal): -3339909 or 8063437. OLE color: 8063437.
HSL color Cylindrical-coordinate representation of color #CD097B: hue angle of 325.1º 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 #CD097B is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.20 |
| HSL | 325.1º | 0.92% | 0.42% | - |
| HSV(B) | 325.1º | 0.96% | 0.8% | - |
| XYZ | 28.85 | 14.6 | 20.04 | - |
| YUV | 80.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 123 | 0 | 0.96 | 0.4 | 0.20 | 325.1 | 0.92 | 0.42 |
| Hex | CD | 9 | 7B | 0 | 60 | 28 | 14 | 145 | 5C | 2A |
| Octal | 315 | 11 | 173 | 0 | 140 | 50 | 24 | 505 | 134 | 52 |
| Binary | 11001101 | 1001 | 1111011 | 0 | 1100000 | 101000 | 10100 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CD097B
Complementary color
Monochromatic Colors of #CD097B
Black with #CD097B
Text Example
Text Example
White with #CD097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD097B; }
p { color: rgb(205,9,123); }
H1.HeaderClassName
{
color: #CD097B;
}
.AnyTagClassName
{
color: #CD097B;
}
</style>
background-color css
<style>
a { background-color: #CD097B; }
a { background-color: rgb(205,9,123); }
div.DivClassName
{
background-color: #CD097B;
}
.BgClassName
{
background-color: #CD097B;
}
</style>
border-color css
<style>
span { border-color: #CD097B; }
span { border-color: rgb(205,9,123); }
td.TdClassName
{
border-color: #CD097B;
}
.TagClassName
{
border-color: #CD097B;
}
</style>