Shades of Medium Violet Red #CE0181
Tints of Medium Violet Red #CE0181
RGB
CMYK
RGB Variations
Color information
#CE0181 (or 0xCE0181) is known color: Medium Violet Red. HEX triplet: CE, 01 and 81. RGB value is (206,1,129). Sum of RGB (Red+Green+Blue) = 206+1+129=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0181 is #31FE7E. Grayscale: #4C4C4C. Windows color (decimal): -3276415 or 8454606. OLE color: 8454606.
HSL color Cylindrical-coordinate representation of color #CE0181: hue angle of 322.54º 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 #CE0181 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.19 |
| HSL | 322.54º | 0.99% | 0.41% | - |
| HSV(B) | 322.54º | 1% | 0.81% | - |
| XYZ | 29.43 | 14.73 | 22.06 | - |
| YUV | 76.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 129 | 0 | 1.00 | 0.37 | 0.19 | 322.54 | 0.99 | 0.41 |
| Hex | CE | 1 | 81 | 0 | 64 | 25 | 13 | 143 | 63 | 29 |
| Octal | 316 | 1 | 201 | 0 | 144 | 45 | 23 | 503 | 143 | 51 |
| Binary | 11001110 | 1 | 10000001 | 0 | 1100100 | 100101 | 10011 | 101000011 | 1100011 | 101001 |
Color Harmonies of #CE0181
Complementary color
Monochromatic Colors of #CE0181
Black with #CE0181
Text Example
Text Example
White with #CE0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0181; }
p { color: rgb(206,1,129); }
H1.HeaderClassName
{
color: #CE0181;
}
.AnyTagClassName
{
color: #CE0181;
}
</style>
background-color css
<style>
a { background-color: #CE0181; }
a { background-color: rgb(206,1,129); }
div.DivClassName
{
background-color: #CE0181;
}
.BgClassName
{
background-color: #CE0181;
}
</style>
border-color css
<style>
span { border-color: #CE0181; }
span { border-color: rgb(206,1,129); }
td.TdClassName
{
border-color: #CE0181;
}
.TagClassName
{
border-color: #CE0181;
}
</style>