Shades of Medium Violet Red #CE029A
Tints of Medium Violet Red #CE029A
RGB
CMYK
RGB Variations
Color information
#CE029A (or 0xCE029A) is known color: Medium Violet Red. HEX triplet: CE, 02 and 9A. RGB value is (206,2,154). Sum of RGB (Red+Green+Blue) = 206+2+154=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE029A is #31FD65. Grayscale: #4F4F4F. Windows color (decimal): -3276134 or 10093262. OLE color: 10093262.
HSL color Cylindrical-coordinate representation of color #CE029A: hue angle of 315.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE029A is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.19 |
| HSL | 315.29º | 0.98% | 0.41% | - |
| HSV(B) | 315.29º | 0.99% | 0.81% | - |
| XYZ | 31.31 | 15.5 | 31.91 | - |
| YUV | 80.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 154 | 0 | 0.99 | 0.25 | 0.19 | 315.29 | 0.98 | 0.41 |
| Hex | CE | 2 | 9A | 0 | 63 | 19 | 13 | 13B | 62 | 29 |
| Octal | 316 | 2 | 232 | 0 | 143 | 31 | 23 | 473 | 142 | 51 |
| Binary | 11001110 | 10 | 10011010 | 0 | 1100011 | 11001 | 10011 | 100111011 | 1100010 | 101001 |
Color Harmonies of #CE029A
Complementary color
Monochromatic Colors of #CE029A
Black with #CE029A
Text Example
Text Example
White with #CE029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE029A; }
p { color: rgb(206,2,154); }
H1.HeaderClassName
{
color: #CE029A;
}
.AnyTagClassName
{
color: #CE029A;
}
</style>
background-color css
<style>
a { background-color: #CE029A; }
a { background-color: rgb(206,2,154); }
div.DivClassName
{
background-color: #CE029A;
}
.BgClassName
{
background-color: #CE029A;
}
</style>
border-color css
<style>
span { border-color: #CE029A; }
span { border-color: rgb(206,2,154); }
td.TdClassName
{
border-color: #CE029A;
}
.TagClassName
{
border-color: #CE029A;
}
</style>