Shades of Medium Violet Red #CE017F
Tints of Medium Violet Red #CE017F
RGB
CMYK
RGB Variations
Color information
#CE017F (or 0xCE017F) is known color: Medium Violet Red. HEX triplet: CE, 01 and 7F. RGB value is (206,1,127). Sum of RGB (Red+Green+Blue) = 206+1+127=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE017F is #31FE80. Grayscale: #4C4C4C. Windows color (decimal): -3276417 or 8323534. OLE color: 8323534.
HSL color Cylindrical-coordinate representation of color #CE017F: hue angle of 323.12º 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 #CE017F is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.19 |
| HSL | 323.12º | 0.99% | 0.41% | - |
| HSV(B) | 323.12º | 1% | 0.81% | - |
| XYZ | 29.3 | 14.68 | 21.37 | - |
| YUV | 76.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 127 | 0 | 1.00 | 0.38 | 0.19 | 323.12 | 0.99 | 0.41 |
| Hex | CE | 1 | 7F | 0 | 64 | 26 | 13 | 143 | 63 | 29 |
| Octal | 316 | 1 | 177 | 0 | 144 | 46 | 23 | 503 | 143 | 51 |
| Binary | 11001110 | 1 | 1111111 | 0 | 1100100 | 100110 | 10011 | 101000011 | 1100011 | 101001 |
Color Harmonies of #CE017F
Complementary color
Monochromatic Colors of #CE017F
Black with #CE017F
Text Example
Text Example
White with #CE017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE017F; }
p { color: rgb(206,1,127); }
H1.HeaderClassName
{
color: #CE017F;
}
.AnyTagClassName
{
color: #CE017F;
}
</style>
background-color css
<style>
a { background-color: #CE017F; }
a { background-color: rgb(206,1,127); }
div.DivClassName
{
background-color: #CE017F;
}
.BgClassName
{
background-color: #CE017F;
}
</style>
border-color css
<style>
span { border-color: #CE017F; }
span { border-color: rgb(206,1,127); }
td.TdClassName
{
border-color: #CE017F;
}
.TagClassName
{
border-color: #CE017F;
}
</style>