Shades of Medium Violet Red #CE25A1
Tints of Medium Violet Red #CE25A1
RGB
CMYK
RGB Variations
Color information
#CE25A1 (or 0xCE25A1) is known color: Medium Violet Red. HEX triplet: CE, 25 and A1. RGB value is (206,37,161). Sum of RGB (Red+Green+Blue) = 206+37+161=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25A1 is #31DA5E. Grayscale: #656565. Windows color (decimal): -3267167 or 10560974. OLE color: 10560974.
HSL color Cylindrical-coordinate representation of color #CE25A1: hue angle of 315.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE25A1 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 161 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.19 |
| HSL | 315.98º | 0.7% | 0.48% | - |
| HSV(B) | 315.98º | 0.82% | 0.81% | - |
| XYZ | 32.55 | 17.02 | 35.29 | - |
| YUV | 101.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 161 | 0 | 0.82 | 0.22 | 0.19 | 315.98 | 0.7 | 0.48 |
| Hex | CE | 25 | A1 | 0 | 52 | 16 | 13 | 13C | 46 | 30 |
| Octal | 316 | 45 | 241 | 0 | 122 | 26 | 23 | 474 | 106 | 60 |
| Binary | 11001110 | 100101 | 10100001 | 0 | 1010010 | 10110 | 10011 | 100111100 | 1000110 | 110000 |
Color Harmonies of #CE25A1
Complementary color
Monochromatic Colors of #CE25A1
Black with #CE25A1
Text Example
Text Example
White with #CE25A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25A1; }
p { color: rgb(206,37,161); }
H1.HeaderClassName
{
color: #CE25A1;
}
.AnyTagClassName
{
color: #CE25A1;
}
</style>
background-color css
<style>
a { background-color: #CE25A1; }
a { background-color: rgb(206,37,161); }
div.DivClassName
{
background-color: #CE25A1;
}
.BgClassName
{
background-color: #CE25A1;
}
</style>
border-color css
<style>
span { border-color: #CE25A1; }
span { border-color: rgb(206,37,161); }
td.TdClassName
{
border-color: #CE25A1;
}
.TagClassName
{
border-color: #CE25A1;
}
</style>