Shades of Deep Magenta #CE25D6
Tints of Deep Magenta #CE25D6
RGB
CMYK
RGB Variations
Color information
#CE25D6 (or 0xCE25D6) is known color: Deep Magenta. HEX triplet: CE, 25 and D6. RGB value is (206,37,214). Sum of RGB (Red+Green+Blue) = 206+37+214=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE25D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25D6 is #31DA29. Grayscale: #6B6B6B. Windows color (decimal): -3267114 or 14034382. OLE color: 14034382.
HSL color Cylindrical-coordinate representation of color #CE25D6: hue angle of 297.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25D6 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 37 | 214 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.16 |
| HSL | 297.29º | 0.71% | 0.49% | - |
| HSV(B) | 297.29º | 0.83% | 0.84% | - |
| XYZ | 38.25 | 19.3 | 65.33 | - |
| YUV | 107.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 214 | 0.04 | 0.83 | 0 | 0.16 | 297.29 | 0.71 | 0.49 |
| Hex | CE | 25 | D6 | 4 | 53 | 0 | 10 | 129 | 47 | 31 |
| Octal | 316 | 45 | 326 | 4 | 123 | 0 | 20 | 451 | 107 | 61 |
| Binary | 11001110 | 100101 | 11010110 | 100 | 1010011 | 0 | 10000 | 100101001 | 1000111 | 110001 |
Color Harmonies of #CE25D6
Complementary color
Monochromatic Colors of #CE25D6
Black with #CE25D6
Text Example
Text Example
White with #CE25D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25D6; }
p { color: rgb(206,37,214); }
H1.HeaderClassName
{
color: #CE25D6;
}
.AnyTagClassName
{
color: #CE25D6;
}
</style>
background-color css
<style>
a { background-color: #CE25D6; }
a { background-color: rgb(206,37,214); }
div.DivClassName
{
background-color: #CE25D6;
}
.BgClassName
{
background-color: #CE25D6;
}
</style>
border-color css
<style>
span { border-color: #CE25D6; }
span { border-color: rgb(206,37,214); }
td.TdClassName
{
border-color: #CE25D6;
}
.TagClassName
{
border-color: #CE25D6;
}
</style>