Shades of Medium Violet Red #CE097B
Tints of Medium Violet Red #CE097B
RGB
CMYK
RGB Variations
Color information
#CE097B (or 0xCE097B) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7B. RGB value is (206,9,123). Sum of RGB (Red+Green+Blue) = 206+9+123=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097B is #31F684. Grayscale: #505050. Windows color (decimal): -3274373 or 8063438. OLE color: 8063438.
HSL color Cylindrical-coordinate representation of color #CE097B: hue angle of 325.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE097B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.19 |
| HSL | 325.28º | 0.92% | 0.42% | - |
| HSV(B) | 325.28º | 0.96% | 0.81% | - |
| XYZ | 29.13 | 14.75 | 20.05 | - |
| YUV | 80.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 123 | 0 | 0.96 | 0.40 | 0.19 | 325.28 | 0.92 | 0.42 |
| Hex | CE | 9 | 7B | 0 | 60 | 28 | 13 | 145 | 5C | 2A |
| Octal | 316 | 11 | 173 | 0 | 140 | 50 | 23 | 505 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111011 | 0 | 1100000 | 101000 | 10011 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CE097B
Complementary color
Monochromatic Colors of #CE097B
Black with #CE097B
Text Example
Text Example
White with #CE097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE097B; }
p { color: rgb(206,9,123); }
H1.HeaderClassName
{
color: #CE097B;
}
.AnyTagClassName
{
color: #CE097B;
}
</style>
background-color css
<style>
a { background-color: #CE097B; }
a { background-color: rgb(206,9,123); }
div.DivClassName
{
background-color: #CE097B;
}
.BgClassName
{
background-color: #CE097B;
}
</style>
border-color css
<style>
span { border-color: #CE097B; }
span { border-color: rgb(206,9,123); }
td.TdClassName
{
border-color: #CE097B;
}
.TagClassName
{
border-color: #CE097B;
}
</style>