Shades of Medium Violet Red #CE0A7B
Tints of Medium Violet Red #CE0A7B
RGB
CMYK
RGB Variations
Color information
#CE0A7B (or 0xCE0A7B) is known color: Medium Violet Red. HEX triplet: CE, 0A and 7B. RGB value is (206,10,123). Sum of RGB (Red+Green+Blue) = 206+10+123=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A7B is #31F584. Grayscale: #515151. Windows color (decimal): -3274117 or 8063694. OLE color: 8063694.
HSL color Cylindrical-coordinate representation of color #CE0A7B: hue angle of 325.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A7B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.19 |
| HSL | 325.41º | 0.91% | 0.42% | - |
| HSV(B) | 325.41º | 0.95% | 0.81% | - |
| XYZ | 29.14 | 14.77 | 20.05 | - |
| YUV | 81.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 123 | 0 | 0.95 | 0.40 | 0.19 | 325.41 | 0.91 | 0.42 |
| Hex | CE | A | 7B | 0 | 5F | 28 | 13 | 145 | 5B | 2A |
| Octal | 316 | 12 | 173 | 0 | 137 | 50 | 23 | 505 | 133 | 52 |
| Binary | 11001110 | 1010 | 1111011 | 0 | 1011111 | 101000 | 10011 | 101000101 | 1011011 | 101010 |
Color Harmonies of #CE0A7B
Complementary color
Monochromatic Colors of #CE0A7B
Black with #CE0A7B
Text Example
Text Example
White with #CE0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A7B; }
p { color: rgb(206,10,123); }
H1.HeaderClassName
{
color: #CE0A7B;
}
.AnyTagClassName
{
color: #CE0A7B;
}
</style>
background-color css
<style>
a { background-color: #CE0A7B; }
a { background-color: rgb(206,10,123); }
div.DivClassName
{
background-color: #CE0A7B;
}
.BgClassName
{
background-color: #CE0A7B;
}
</style>
border-color css
<style>
span { border-color: #CE0A7B; }
span { border-color: rgb(206,10,123); }
td.TdClassName
{
border-color: #CE0A7B;
}
.TagClassName
{
border-color: #CE0A7B;
}
</style>