Shades of Deep Magenta #C925E5
Tints of Deep Magenta #C925E5
RGB
CMYK
RGB Variations
Color information
#C925E5 (or 0xC925E5) is known color: Deep Magenta. HEX triplet: C9, 25 and E5. RGB value is (201,37,229). Sum of RGB (Red+Green+Blue) = 201+37+229=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #C925E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925E5 is #36DA1A. Grayscale: #6B6B6B. Windows color (decimal): -3594779 or 15017417. OLE color: 15017417.
HSL color Cylindrical-coordinate representation of color #C925E5: hue angle of 291.25º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C925E5 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 37 | 229 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.10 |
| HSL | 291.25º | 0.79% | 0.52% | - |
| HSV(B) | 291.25º | 0.84% | 0.9% | - |
| XYZ | 38.89 | 19.4 | 75.82 | - |
| YUV | 107.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 229 | 0.12 | 0.84 | 0 | 0.10 | 291.25 | 0.79 | 0.52 |
| Hex | C9 | 25 | E5 | C | 54 | 0 | A | 123 | 4F | 34 |
| Octal | 311 | 45 | 345 | 14 | 124 | 0 | 12 | 443 | 117 | 64 |
| Binary | 11001001 | 100101 | 11100101 | 1100 | 1010100 | 0 | 1010 | 100100011 | 1001111 | 110100 |
Color Harmonies of #C925E5
Complementary color
Monochromatic Colors of #C925E5
Black with #C925E5
Text Example
Text Example
White with #C925E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925E5; }
p { color: rgb(201,37,229); }
H1.HeaderClassName
{
color: #C925E5;
}
.AnyTagClassName
{
color: #C925E5;
}
</style>
background-color css
<style>
a { background-color: #C925E5; }
a { background-color: rgb(201,37,229); }
div.DivClassName
{
background-color: #C925E5;
}
.BgClassName
{
background-color: #C925E5;
}
</style>
border-color css
<style>
span { border-color: #C925E5; }
span { border-color: rgb(201,37,229); }
td.TdClassName
{
border-color: #C925E5;
}
.TagClassName
{
border-color: #C925E5;
}
</style>