Shades of Deep Magenta #C909E4
Tints of Deep Magenta #C909E4
RGB
CMYK
RGB Variations
Color information
#C909E4 (or 0xC909E4) is known color: Deep Magenta. HEX triplet: C9, 09 and E4. RGB value is (201,9,228). Sum of RGB (Red+Green+Blue) = 201+9+228=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #C909E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909E4 is #36F61B. Grayscale: #5A5A5A. Windows color (decimal): -3601948 or 14944713. OLE color: 14944713.
HSL color Cylindrical-coordinate representation of color #C909E4: hue angle of 292.6º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909E4 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 9 | 228 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.11 |
| HSL | 292.6º | 0.92% | 0.46% | - |
| HSV(B) | 292.6º | 0.96% | 0.89% | - |
| XYZ | 38.19 | 18.21 | 74.9 | - |
| YUV | 91.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 228 | 0.12 | 0.96 | 0 | 0.11 | 292.6 | 0.92 | 0.46 |
| Hex | C9 | 9 | E4 | C | 60 | 0 | B | 125 | 5C | 2E |
| Octal | 311 | 11 | 344 | 14 | 140 | 0 | 13 | 445 | 134 | 56 |
| Binary | 11001001 | 1001 | 11100100 | 1100 | 1100000 | 0 | 1011 | 100100101 | 1011100 | 101110 |
Color Harmonies of #C909E4
Complementary color
Monochromatic Colors of #C909E4
Black with #C909E4
Text Example
Text Example
White with #C909E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909E4; }
p { color: rgb(201,9,228); }
H1.HeaderClassName
{
color: #C909E4;
}
.AnyTagClassName
{
color: #C909E4;
}
</style>
background-color css
<style>
a { background-color: #C909E4; }
a { background-color: rgb(201,9,228); }
div.DivClassName
{
background-color: #C909E4;
}
.BgClassName
{
background-color: #C909E4;
}
</style>
border-color css
<style>
span { border-color: #C909E4; }
span { border-color: rgb(201,9,228); }
td.TdClassName
{
border-color: #C909E4;
}
.TagClassName
{
border-color: #C909E4;
}
</style>