Shades of Medium Violet Red #CE0294
Tints of Medium Violet Red #CE0294
RGB
CMYK
RGB Variations
Color information
#CE0294 (or 0xCE0294) is known color: Medium Violet Red. HEX triplet: CE, 02 and 94. RGB value is (206,2,148). Sum of RGB (Red+Green+Blue) = 206+2+148=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0294 is #31FD6B. Grayscale: #4F4F4F. Windows color (decimal): -3276140 or 9700046. OLE color: 9700046.
HSL color Cylindrical-coordinate representation of color #CE0294: hue angle of 317.06º 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 #CE0294 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.19 |
| HSL | 317.06º | 0.98% | 0.41% | - |
| HSV(B) | 317.06º | 0.99% | 0.81% | - |
| XYZ | 30.82 | 15.3 | 29.35 | - |
| YUV | 79.64 | 166.59 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 148 | 0 | 0.99 | 0.28 | 0.19 | 317.06 | 0.98 | 0.41 |
| Hex | CE | 2 | 94 | 0 | 63 | 1C | 13 | 13D | 62 | 29 |
| Octal | 316 | 2 | 224 | 0 | 143 | 34 | 23 | 475 | 142 | 51 |
| Binary | 11001110 | 10 | 10010100 | 0 | 1100011 | 11100 | 10011 | 100111101 | 1100010 | 101001 |
Color Harmonies of #CE0294
Complementary color
Monochromatic Colors of #CE0294
Black with #CE0294
Text Example
Text Example
White with #CE0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0294; }
p { color: rgb(206,2,148); }
H1.HeaderClassName
{
color: #CE0294;
}
.AnyTagClassName
{
color: #CE0294;
}
</style>
background-color css
<style>
a { background-color: #CE0294; }
a { background-color: rgb(206,2,148); }
div.DivClassName
{
background-color: #CE0294;
}
.BgClassName
{
background-color: #CE0294;
}
</style>
border-color css
<style>
span { border-color: #CE0294; }
span { border-color: rgb(206,2,148); }
td.TdClassName
{
border-color: #CE0294;
}
.TagClassName
{
border-color: #CE0294;
}
</style>