Shades of Deep Magenta #C825E4
Tints of Deep Magenta #C825E4
RGB
CMYK
RGB Variations
Color information
#C825E4 (or 0xC825E4) is known color: Deep Magenta. HEX triplet: C8, 25 and E4. RGB value is (200,37,228). Sum of RGB (Red+Green+Blue) = 200+37+228=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #C825E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825E4 is #37DA1B. Grayscale: #6A6A6A. Windows color (decimal): -3660316 or 14951880. OLE color: 14951880.
HSL color Cylindrical-coordinate representation of color #C825E4: hue angle of 291.2º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C825E4 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 37 | 228 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.11 |
| HSL | 291.2º | 0.78% | 0.52% | - |
| HSV(B) | 291.2º | 0.84% | 0.89% | - |
| XYZ | 38.48 | 19.2 | 75.08 | - |
| YUV | 107.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 228 | 0.12 | 0.84 | 0 | 0.11 | 291.2 | 0.78 | 0.52 |
| Hex | C8 | 25 | E4 | C | 54 | 0 | B | 123 | 4E | 34 |
| Octal | 310 | 45 | 344 | 14 | 124 | 0 | 13 | 443 | 116 | 64 |
| Binary | 11001000 | 100101 | 11100100 | 1100 | 1010100 | 0 | 1011 | 100100011 | 1001110 | 110100 |
Color Harmonies of #C825E4
Complementary color
Monochromatic Colors of #C825E4
Black with #C825E4
Text Example
Text Example
White with #C825E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825E4; }
p { color: rgb(200,37,228); }
H1.HeaderClassName
{
color: #C825E4;
}
.AnyTagClassName
{
color: #C825E4;
}
</style>
background-color css
<style>
a { background-color: #C825E4; }
a { background-color: rgb(200,37,228); }
div.DivClassName
{
background-color: #C825E4;
}
.BgClassName
{
background-color: #C825E4;
}
</style>
border-color css
<style>
span { border-color: #C825E4; }
span { border-color: rgb(200,37,228); }
td.TdClassName
{
border-color: #C825E4;
}
.TagClassName
{
border-color: #C825E4;
}
</style>