Shades of Medium Violet Red #CE13A4
Tints of Medium Violet Red #CE13A4
RGB
CMYK
RGB Variations
Color information
#CE13A4 (or 0xCE13A4) is known color: Medium Violet Red. HEX triplet: CE, 13 and A4. RGB value is (206,19,164). Sum of RGB (Red+Green+Blue) = 206+19+164=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE13A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE13A4 is #31EC5B. Grayscale: #5B5B5B. Windows color (decimal): -3271772 or 10752974. OLE color: 10752974.
HSL color Cylindrical-coordinate representation of color #CE13A4: hue angle of 313.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13A4 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 164 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.19 |
| HSL | 313.48º | 0.83% | 0.44% | - |
| HSV(B) | 313.48º | 0.91% | 0.81% | - |
| XYZ | 32.39 | 16.27 | 36.55 | - |
| YUV | 91.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 164 | 0 | 0.91 | 0.20 | 0.19 | 313.48 | 0.83 | 0.44 |
| Hex | CE | 13 | A4 | 0 | 5B | 14 | 13 | 139 | 53 | 2C |
| Octal | 316 | 23 | 244 | 0 | 133 | 24 | 23 | 471 | 123 | 54 |
| Binary | 11001110 | 10011 | 10100100 | 0 | 1011011 | 10100 | 10011 | 100111001 | 1010011 | 101100 |
Color Harmonies of #CE13A4
Complementary color
Monochromatic Colors of #CE13A4
Black with #CE13A4
Text Example
Text Example
White with #CE13A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13A4; }
p { color: rgb(206,19,164); }
H1.HeaderClassName
{
color: #CE13A4;
}
.AnyTagClassName
{
color: #CE13A4;
}
</style>
background-color css
<style>
a { background-color: #CE13A4; }
a { background-color: rgb(206,19,164); }
div.DivClassName
{
background-color: #CE13A4;
}
.BgClassName
{
background-color: #CE13A4;
}
</style>
border-color css
<style>
span { border-color: #CE13A4; }
span { border-color: rgb(206,19,164); }
td.TdClassName
{
border-color: #CE13A4;
}
.TagClassName
{
border-color: #CE13A4;
}
</style>