Shades of Deep Magenta #C925E4
Tints of Deep Magenta #C925E4
RGB
CMYK
RGB Variations
Color information
#C925E4 (or 0xC925E4) is known color: Deep Magenta. HEX triplet: C9, 25 and E4. RGB value is (201,37,228). Sum of RGB (Red+Green+Blue) = 201+37+228=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #C925E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925E4 is #36DA1B. Grayscale: #6B6B6B. Windows color (decimal): -3594780 or 14951881. OLE color: 14951881.
HSL color Cylindrical-coordinate representation of color #C925E4: hue angle of 291.52º 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 #C925E4 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 37 | 228 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.11 |
| HSL | 291.52º | 0.78% | 0.52% | - |
| HSV(B) | 291.52º | 0.84% | 0.89% | - |
| XYZ | 38.75 | 19.34 | 75.09 | - |
| YUV | 107.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 228 | 0.12 | 0.84 | 0 | 0.11 | 291.52 | 0.78 | 0.52 |
| Hex | C9 | 25 | E4 | C | 54 | 0 | B | 124 | 4E | 34 |
| Octal | 311 | 45 | 344 | 14 | 124 | 0 | 13 | 444 | 116 | 64 |
| Binary | 11001001 | 100101 | 11100100 | 1100 | 1010100 | 0 | 1011 | 100100100 | 1001110 | 110100 |
Color Harmonies of #C925E4
Complementary color
Monochromatic Colors of #C925E4
Black with #C925E4
Text Example
Text Example
White with #C925E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925E4; }
p { color: rgb(201,37,228); }
H1.HeaderClassName
{
color: #C925E4;
}
.AnyTagClassName
{
color: #C925E4;
}
</style>
background-color css
<style>
a { background-color: #C925E4; }
a { background-color: rgb(201,37,228); }
div.DivClassName
{
background-color: #C925E4;
}
.BgClassName
{
background-color: #C925E4;
}
</style>
border-color css
<style>
span { border-color: #C925E4; }
span { border-color: rgb(201,37,228); }
td.TdClassName
{
border-color: #C925E4;
}
.TagClassName
{
border-color: #C925E4;
}
</style>