Shades of Medium Violet Red #CE017E
Tints of Medium Violet Red #CE017E
RGB
CMYK
RGB Variations
Color information
#CE017E (or 0xCE017E) is known color: Medium Violet Red. HEX triplet: CE, 01 and 7E. RGB value is (206,1,126). Sum of RGB (Red+Green+Blue) = 206+1+126=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE017E is #31FE81. Grayscale: #4C4C4C. Windows color (decimal): -3276418 or 8257998. OLE color: 8257998.
HSL color Cylindrical-coordinate representation of color #CE017E: hue angle of 323.41º 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 #CE017E is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.19 |
| HSL | 323.41º | 0.99% | 0.41% | - |
| HSV(B) | 323.41º | 1% | 0.81% | - |
| XYZ | 29.23 | 14.65 | 21.03 | - |
| YUV | 76.55 | 155.92 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 126 | 0 | 1.00 | 0.39 | 0.19 | 323.41 | 0.99 | 0.41 |
| Hex | CE | 1 | 7E | 0 | 64 | 27 | 13 | 143 | 63 | 29 |
| Octal | 316 | 1 | 176 | 0 | 144 | 47 | 23 | 503 | 143 | 51 |
| Binary | 11001110 | 1 | 1111110 | 0 | 1100100 | 100111 | 10011 | 101000011 | 1100011 | 101001 |
Color Harmonies of #CE017E
Complementary color
Monochromatic Colors of #CE017E
Black with #CE017E
Text Example
Text Example
White with #CE017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE017E; }
p { color: rgb(206,1,126); }
H1.HeaderClassName
{
color: #CE017E;
}
.AnyTagClassName
{
color: #CE017E;
}
</style>
background-color css
<style>
a { background-color: #CE017E; }
a { background-color: rgb(206,1,126); }
div.DivClassName
{
background-color: #CE017E;
}
.BgClassName
{
background-color: #CE017E;
}
</style>
border-color css
<style>
span { border-color: #CE017E; }
span { border-color: rgb(206,1,126); }
td.TdClassName
{
border-color: #CE017E;
}
.TagClassName
{
border-color: #CE017E;
}
</style>