Shades of Medium Violet Red #CE017C
Tints of Medium Violet Red #CE017C
RGB
CMYK
RGB Variations
Color information
#CE017C (or 0xCE017C) is known color: Medium Violet Red. HEX triplet: CE, 01 and 7C. RGB value is (206,1,124). Sum of RGB (Red+Green+Blue) = 206+1+124=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE017C is #31FE83. Grayscale: #4C4C4C. Windows color (decimal): -3276420 or 8126926. OLE color: 8126926.
HSL color Cylindrical-coordinate representation of color #CE017C: hue angle of 324º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE017C is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.19 |
| HSL | 324º | 0.99% | 0.41% | - |
| HSV(B) | 324º | 1% | 0.81% | - |
| XYZ | 29.1 | 14.6 | 20.35 | - |
| YUV | 76.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 124 | 0 | 1.00 | 0.40 | 0.19 | 324 | 0.99 | 0.41 |
| Hex | CE | 1 | 7C | 0 | 64 | 28 | 13 | 144 | 63 | 29 |
| Octal | 316 | 1 | 174 | 0 | 144 | 50 | 23 | 504 | 143 | 51 |
| Binary | 11001110 | 1 | 1111100 | 0 | 1100100 | 101000 | 10011 | 101000100 | 1100011 | 101001 |
Color Harmonies of #CE017C
Complementary color
Monochromatic Colors of #CE017C
Black with #CE017C
Text Example
Text Example
White with #CE017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE017C; }
p { color: rgb(206,1,124); }
H1.HeaderClassName
{
color: #CE017C;
}
.AnyTagClassName
{
color: #CE017C;
}
</style>
background-color css
<style>
a { background-color: #CE017C; }
a { background-color: rgb(206,1,124); }
div.DivClassName
{
background-color: #CE017C;
}
.BgClassName
{
background-color: #CE017C;
}
</style>
border-color css
<style>
span { border-color: #CE017C; }
span { border-color: rgb(206,1,124); }
td.TdClassName
{
border-color: #CE017C;
}
.TagClassName
{
border-color: #CE017C;
}
</style>