Shades of Deep Magenta #CE25DA
Tints of Deep Magenta #CE25DA
RGB
CMYK
RGB Variations
Color information
#CE25DA (or 0xCE25DA) is known color: Deep Magenta. HEX triplet: CE, 25 and DA. RGB value is (206,37,218). Sum of RGB (Red+Green+Blue) = 206+37+218=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25DA is #31DA25. Grayscale: #6B6B6B. Windows color (decimal): -3267110 or 14296526. OLE color: 14296526.
HSL color Cylindrical-coordinate representation of color #CE25DA: hue angle of 296.02º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25DA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 37 | 218 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.15 |
| HSL | 296.02º | 0.71% | 0.5% | - |
| HSV(B) | 296.02º | 0.83% | 0.85% | - |
| XYZ | 38.77 | 19.51 | 68.05 | - |
| YUV | 108.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 218 | 0.06 | 0.83 | 0 | 0.15 | 296.02 | 0.71 | 0.5 |
| Hex | CE | 25 | DA | 6 | 53 | 0 | F | 128 | 47 | 32 |
| Octal | 316 | 45 | 332 | 6 | 123 | 0 | 17 | 450 | 107 | 62 |
| Binary | 11001110 | 100101 | 11011010 | 110 | 1010011 | 0 | 1111 | 100101000 | 1000111 | 110010 |
Color Harmonies of #CE25DA
Complementary color
Monochromatic Colors of #CE25DA
Black with #CE25DA
Text Example
Text Example
White with #CE25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25DA; }
p { color: rgb(206,37,218); }
H1.HeaderClassName
{
color: #CE25DA;
}
.AnyTagClassName
{
color: #CE25DA;
}
</style>
background-color css
<style>
a { background-color: #CE25DA; }
a { background-color: rgb(206,37,218); }
div.DivClassName
{
background-color: #CE25DA;
}
.BgClassName
{
background-color: #CE25DA;
}
</style>
border-color css
<style>
span { border-color: #CE25DA; }
span { border-color: rgb(206,37,218); }
td.TdClassName
{
border-color: #CE25DA;
}
.TagClassName
{
border-color: #CE25DA;
}
</style>