Shades of Medium Violet Red #CE018A
Tints of Medium Violet Red #CE018A
RGB
CMYK
RGB Variations
Color information
#CE018A (or 0xCE018A) is known color: Medium Violet Red. HEX triplet: CE, 01 and 8A. RGB value is (206,1,138). Sum of RGB (Red+Green+Blue) = 206+1+138=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE018A is #31FE75. Grayscale: #4D4D4D. Windows color (decimal): -3276406 or 9044430. OLE color: 9044430.
HSL color Cylindrical-coordinate representation of color #CE018A: hue angle of 319.9º 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 #CE018A is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.19 |
| HSL | 319.9º | 0.99% | 0.41% | - |
| HSV(B) | 319.9º | 1% | 0.81% | - |
| XYZ | 30.05 | 14.98 | 25.35 | - |
| YUV | 77.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 138 | 0 | 1.00 | 0.33 | 0.19 | 319.9 | 0.99 | 0.41 |
| Hex | CE | 1 | 8A | 0 | 64 | 21 | 13 | 140 | 63 | 29 |
| Octal | 316 | 1 | 212 | 0 | 144 | 41 | 23 | 500 | 143 | 51 |
| Binary | 11001110 | 1 | 10001010 | 0 | 1100100 | 100001 | 10011 | 101000000 | 1100011 | 101001 |
Color Harmonies of #CE018A
Complementary color
Monochromatic Colors of #CE018A
Black with #CE018A
Text Example
Text Example
White with #CE018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE018A; }
p { color: rgb(206,1,138); }
H1.HeaderClassName
{
color: #CE018A;
}
.AnyTagClassName
{
color: #CE018A;
}
</style>
background-color css
<style>
a { background-color: #CE018A; }
a { background-color: rgb(206,1,138); }
div.DivClassName
{
background-color: #CE018A;
}
.BgClassName
{
background-color: #CE018A;
}
</style>
border-color css
<style>
span { border-color: #CE018A; }
span { border-color: rgb(206,1,138); }
td.TdClassName
{
border-color: #CE018A;
}
.TagClassName
{
border-color: #CE018A;
}
</style>