Shades of Medium Violet Red #CE04A5
Tints of Medium Violet Red #CE04A5
RGB
CMYK
RGB Variations
Color information
#CE04A5 (or 0xCE04A5) is known color: Medium Violet Red. HEX triplet: CE, 04 and A5. RGB value is (206,4,165). Sum of RGB (Red+Green+Blue) = 206+4+165=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE04A5 is #31FB5A. Grayscale: #525252. Windows color (decimal): -3275611 or 10814670. OLE color: 10814670.
HSL color Cylindrical-coordinate representation of color #CE04A5: hue angle of 312.18º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04A5 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 165 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.19 |
| HSL | 312.18º | 0.96% | 0.41% | - |
| HSV(B) | 312.18º | 0.98% | 0.81% | - |
| XYZ | 32.29 | 15.93 | 36.97 | - |
| YUV | 82.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 165 | 0 | 0.98 | 0.20 | 0.19 | 312.18 | 0.96 | 0.41 |
| Hex | CE | 4 | A5 | 0 | 62 | 14 | 13 | 138 | 60 | 29 |
| Octal | 316 | 4 | 245 | 0 | 142 | 24 | 23 | 470 | 140 | 51 |
| Binary | 11001110 | 100 | 10100101 | 0 | 1100010 | 10100 | 10011 | 100111000 | 1100000 | 101001 |
Color Harmonies of #CE04A5
Complementary color
Monochromatic Colors of #CE04A5
Black with #CE04A5
Text Example
Text Example
White with #CE04A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04A5; }
p { color: rgb(206,4,165); }
H1.HeaderClassName
{
color: #CE04A5;
}
.AnyTagClassName
{
color: #CE04A5;
}
</style>
background-color css
<style>
a { background-color: #CE04A5; }
a { background-color: rgb(206,4,165); }
div.DivClassName
{
background-color: #CE04A5;
}
.BgClassName
{
background-color: #CE04A5;
}
</style>
border-color css
<style>
span { border-color: #CE04A5; }
span { border-color: rgb(206,4,165); }
td.TdClassName
{
border-color: #CE04A5;
}
.TagClassName
{
border-color: #CE04A5;
}
</style>