Shades of Medium Violet Red #CE007C
Tints of Medium Violet Red #CE007C
RGB
CMYK
RGB Variations
Color information
#CE007C (or 0xCE007C) is known color: Medium Violet Red. HEX triplet: CE, 00 and 7C. RGB value is (206,0,124). Sum of RGB (Red+Green+Blue) = 206+0+124=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE007C is #31FF83. Grayscale: #4B4B4B. Windows color (decimal): -3276676 or 8126670. OLE color: 8126670.
HSL color Cylindrical-coordinate representation of color #CE007C: hue angle of 323.88º 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 #CE007C is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.40 | 0.19 |
| HSL | 323.88º | 1% | 0.4% | - |
| HSV(B) | 323.88º | 1% | 0.81% | - |
| XYZ | 29.09 | 14.58 | 20.35 | - |
| YUV | 75.73 | 155.25 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 124 | 0 | 1 | 0.40 | 0.19 | 323.88 | 1 | 0.4 |
| Hex | CE | 0 | 7C | 0 | 64 | 28 | 13 | 144 | 64 | 28 |
| Octal | 316 | 0 | 174 | 0 | 144 | 50 | 23 | 504 | 144 | 50 |
| Binary | 11001110 | 0 | 1111100 | 0 | 1100100 | 101000 | 10011 | 101000100 | 1100100 | 101000 |
Color Harmonies of #CE007C
Complementary color
Monochromatic Colors of #CE007C
Black with #CE007C
Text Example
Text Example
White with #CE007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE007C; }
p { color: rgb(206,0,124); }
H1.HeaderClassName
{
color: #CE007C;
}
.AnyTagClassName
{
color: #CE007C;
}
</style>
background-color css
<style>
a { background-color: #CE007C; }
a { background-color: rgb(206,0,124); }
div.DivClassName
{
background-color: #CE007C;
}
.BgClassName
{
background-color: #CE007C;
}
</style>
border-color css
<style>
span { border-color: #CE007C; }
span { border-color: rgb(206,0,124); }
td.TdClassName
{
border-color: #CE007C;
}
.TagClassName
{
border-color: #CE007C;
}
</style>