Shades of Deep Magenta #C905E5
Tints of Deep Magenta #C905E5
RGB
CMYK
RGB Variations
Color information
#C905E5 (or 0xC905E5) is known color: Deep Magenta. HEX triplet: C9, 05 and E5. RGB value is (201,5,229). Sum of RGB (Red+Green+Blue) = 201+5+229=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #C905E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905E5 is #36FA1A. Grayscale: #585858. Windows color (decimal): -3602971 or 15009225. OLE color: 15009225.
HSL color Cylindrical-coordinate representation of color #C905E5: hue angle of 292.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905E5 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 5 | 229 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.10 |
| HSL | 292.5º | 0.96% | 0.46% | - |
| HSV(B) | 292.5º | 0.98% | 0.9% | - |
| XYZ | 38.28 | 18.18 | 75.62 | - |
| YUV | 89.14 | 206.93 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 229 | 0.12 | 0.98 | 0 | 0.10 | 292.5 | 0.96 | 0.46 |
| Hex | C9 | 5 | E5 | C | 62 | 0 | A | 124 | 60 | 2E |
| Octal | 311 | 5 | 345 | 14 | 142 | 0 | 12 | 444 | 140 | 56 |
| Binary | 11001001 | 101 | 11100101 | 1100 | 1100010 | 0 | 1010 | 100100100 | 1100000 | 101110 |
Color Harmonies of #C905E5
Complementary color
Monochromatic Colors of #C905E5
Black with #C905E5
Text Example
Text Example
White with #C905E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905E5; }
p { color: rgb(201,5,229); }
H1.HeaderClassName
{
color: #C905E5;
}
.AnyTagClassName
{
color: #C905E5;
}
</style>
background-color css
<style>
a { background-color: #C905E5; }
a { background-color: rgb(201,5,229); }
div.DivClassName
{
background-color: #C905E5;
}
.BgClassName
{
background-color: #C905E5;
}
</style>
border-color css
<style>
span { border-color: #C905E5; }
span { border-color: rgb(201,5,229); }
td.TdClassName
{
border-color: #C905E5;
}
.TagClassName
{
border-color: #C905E5;
}
</style>