Shades of Medium Violet Red #CE039C
Tints of Medium Violet Red #CE039C
RGB
CMYK
RGB Variations
Color information
#CE039C (or 0xCE039C) is known color: Medium Violet Red. HEX triplet: CE, 03 and 9C. RGB value is (206,3,156). Sum of RGB (Red+Green+Blue) = 206+3+156=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE039C is #31FC63. Grayscale: #505050. Windows color (decimal): -3275876 or 10224590. OLE color: 10224590.
HSL color Cylindrical-coordinate representation of color #CE039C: hue angle of 314.78º 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 #CE039C is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.19 |
| HSL | 314.78º | 0.97% | 0.41% | - |
| HSV(B) | 314.78º | 0.99% | 0.81% | - |
| XYZ | 31.49 | 15.59 | 32.8 | - |
| YUV | 81.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 156 | 0 | 0.99 | 0.24 | 0.19 | 314.78 | 0.97 | 0.41 |
| Hex | CE | 3 | 9C | 0 | 63 | 18 | 13 | 13B | 61 | 29 |
| Octal | 316 | 3 | 234 | 0 | 143 | 30 | 23 | 473 | 141 | 51 |
| Binary | 11001110 | 11 | 10011100 | 0 | 1100011 | 11000 | 10011 | 100111011 | 1100001 | 101001 |
Color Harmonies of #CE039C
Complementary color
Monochromatic Colors of #CE039C
Black with #CE039C
Text Example
Text Example
White with #CE039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE039C; }
p { color: rgb(206,3,156); }
H1.HeaderClassName
{
color: #CE039C;
}
.AnyTagClassName
{
color: #CE039C;
}
</style>
background-color css
<style>
a { background-color: #CE039C; }
a { background-color: rgb(206,3,156); }
div.DivClassName
{
background-color: #CE039C;
}
.BgClassName
{
background-color: #CE039C;
}
</style>
border-color css
<style>
span { border-color: #CE039C; }
span { border-color: rgb(206,3,156); }
td.TdClassName
{
border-color: #CE039C;
}
.TagClassName
{
border-color: #CE039C;
}
</style>