Shades of Medium Violet Red #CE25A5
Tints of Medium Violet Red #CE25A5
RGB
CMYK
RGB Variations
Color information
#CE25A5 (or 0xCE25A5) is known color: Medium Violet Red. HEX triplet: CE, 25 and A5. RGB value is (206,37,165). Sum of RGB (Red+Green+Blue) = 206+37+165=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE25A5 is #31DA5A. Grayscale: #656565. Windows color (decimal): -3267163 or 10823118. OLE color: 10823118.
HSL color Cylindrical-coordinate representation of color #CE25A5: hue angle of 314.56º 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 #CE25A5 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 165 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.19 |
| HSL | 314.56º | 0.7% | 0.48% | - |
| HSV(B) | 314.56º | 0.82% | 0.81% | - |
| XYZ | 32.91 | 17.16 | 37.18 | - |
| YUV | 102.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 165 | 0 | 0.82 | 0.20 | 0.19 | 314.56 | 0.7 | 0.48 |
| Hex | CE | 25 | A5 | 0 | 52 | 14 | 13 | 13B | 46 | 30 |
| Octal | 316 | 45 | 245 | 0 | 122 | 24 | 23 | 473 | 106 | 60 |
| Binary | 11001110 | 100101 | 10100101 | 0 | 1010010 | 10100 | 10011 | 100111011 | 1000110 | 110000 |
Color Harmonies of #CE25A5
Complementary color
Monochromatic Colors of #CE25A5
Black with #CE25A5
Text Example
Text Example
White with #CE25A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25A5; }
p { color: rgb(206,37,165); }
H1.HeaderClassName
{
color: #CE25A5;
}
.AnyTagClassName
{
color: #CE25A5;
}
</style>
background-color css
<style>
a { background-color: #CE25A5; }
a { background-color: rgb(206,37,165); }
div.DivClassName
{
background-color: #CE25A5;
}
.BgClassName
{
background-color: #CE25A5;
}
</style>
border-color css
<style>
span { border-color: #CE25A5; }
span { border-color: rgb(206,37,165); }
td.TdClassName
{
border-color: #CE25A5;
}
.TagClassName
{
border-color: #CE25A5;
}
</style>