Shades of Medium Violet Red #CE0073
Tints of Medium Violet Red #CE0073
RGB
CMYK
RGB Variations
Color information
#CE0073 (or 0xCE0073) is known color: Medium Violet Red. HEX triplet: CE, 00 and 73. RGB value is (206,0,115). Sum of RGB (Red+Green+Blue) = 206+0+115=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0073 is #31FF8C. Grayscale: #4A4A4A. Windows color (decimal): -3276685 or 7536846. OLE color: 7536846.
HSL color Cylindrical-coordinate representation of color #CE0073: hue angle of 326.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0073 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.44 | 0.19 |
| HSL | 326.5º | 1% | 0.4% | - |
| HSV(B) | 326.5º | 1% | 0.81% | - |
| XYZ | 28.55 | 14.36 | 17.49 | - |
| YUV | 74.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 115 | 0 | 1 | 0.44 | 0.19 | 326.5 | 1 | 0.4 |
| Hex | CE | 0 | 73 | 0 | 64 | 2C | 13 | 147 | 64 | 28 |
| Octal | 316 | 0 | 163 | 0 | 144 | 54 | 23 | 507 | 144 | 50 |
| Binary | 11001110 | 0 | 1110011 | 0 | 1100100 | 101100 | 10011 | 101000111 | 1100100 | 101000 |
Color Harmonies of #CE0073
Complementary color
Monochromatic Colors of #CE0073
Black with #CE0073
Text Example
Text Example
White with #CE0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0073; }
p { color: rgb(206,0,115); }
H1.HeaderClassName
{
color: #CE0073;
}
.AnyTagClassName
{
color: #CE0073;
}
</style>
background-color css
<style>
a { background-color: #CE0073; }
a { background-color: rgb(206,0,115); }
div.DivClassName
{
background-color: #CE0073;
}
.BgClassName
{
background-color: #CE0073;
}
</style>
border-color css
<style>
span { border-color: #CE0073; }
span { border-color: rgb(206,0,115); }
td.TdClassName
{
border-color: #CE0073;
}
.TagClassName
{
border-color: #CE0073;
}
</style>