Shades of Medium Violet Red #CE0390
Tints of Medium Violet Red #CE0390
RGB
CMYK
RGB Variations
Color information
#CE0390 (or 0xCE0390) is known color: Medium Violet Red. HEX triplet: CE, 03 and 90. RGB value is (206,3,144). Sum of RGB (Red+Green+Blue) = 206+3+144=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0390 is #31FC6F. Grayscale: #4F4F4F. Windows color (decimal): -3275888 or 9438158. OLE color: 9438158.
HSL color Cylindrical-coordinate representation of color #CE0390: hue angle of 318.33º degrees, saturation: 0.97, 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 #CE0390 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.19 |
| HSL | 318.33º | 0.97% | 0.41% | - |
| HSV(B) | 318.33º | 0.99% | 0.81% | - |
| XYZ | 30.52 | 15.2 | 27.71 | - |
| YUV | 79.77 | 164.25 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 144 | 0 | 0.99 | 0.30 | 0.19 | 318.33 | 0.97 | 0.41 |
| Hex | CE | 3 | 90 | 0 | 63 | 1E | 13 | 13E | 61 | 29 |
| Octal | 316 | 3 | 220 | 0 | 143 | 36 | 23 | 476 | 141 | 51 |
| Binary | 11001110 | 11 | 10010000 | 0 | 1100011 | 11110 | 10011 | 100111110 | 1100001 | 101001 |
Color Harmonies of #CE0390
Complementary color
Monochromatic Colors of #CE0390
Black with #CE0390
Text Example
Text Example
White with #CE0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0390; }
p { color: rgb(206,3,144); }
H1.HeaderClassName
{
color: #CE0390;
}
.AnyTagClassName
{
color: #CE0390;
}
</style>
background-color css
<style>
a { background-color: #CE0390; }
a { background-color: rgb(206,3,144); }
div.DivClassName
{
background-color: #CE0390;
}
.BgClassName
{
background-color: #CE0390;
}
</style>
border-color css
<style>
span { border-color: #CE0390; }
span { border-color: rgb(206,3,144); }
td.TdClassName
{
border-color: #CE0390;
}
.TagClassName
{
border-color: #CE0390;
}
</style>