Shades of Deep Magenta #C109E1
Tints of Deep Magenta #C109E1
RGB
CMYK
RGB Variations
Color information
#C109E1 (or 0xC109E1) is known color: Deep Magenta. HEX triplet: C1, 09 and E1. RGB value is (193,9,225). Sum of RGB (Red+Green+Blue) = 193+9+225=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #C109E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C109E1 is #3EF61E. Grayscale: #575757. Windows color (decimal): -4126239 or 14748097. OLE color: 14748097.
HSL color Cylindrical-coordinate representation of color #C109E1: hue angle of 291.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109E1 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 9 | 225 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.12 |
| HSL | 291.11º | 0.92% | 0.46% | - |
| HSV(B) | 291.11º | 0.96% | 0.88% | - |
| XYZ | 35.68 | 16.97 | 72.63 | - |
| YUV | 88.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 225 | 0.14 | 0.96 | 0 | 0.12 | 291.11 | 0.92 | 0.46 |
| Hex | C1 | 9 | E1 | E | 60 | 0 | C | 123 | 5C | 2E |
| Octal | 301 | 11 | 341 | 16 | 140 | 0 | 14 | 443 | 134 | 56 |
| Binary | 11000001 | 1001 | 11100001 | 1110 | 1100000 | 0 | 1100 | 100100011 | 1011100 | 101110 |
Color Harmonies of #C109E1
Complementary color
Monochromatic Colors of #C109E1
Black with #C109E1
Text Example
Text Example
White with #C109E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109E1; }
p { color: rgb(193,9,225); }
H1.HeaderClassName
{
color: #C109E1;
}
.AnyTagClassName
{
color: #C109E1;
}
</style>
background-color css
<style>
a { background-color: #C109E1; }
a { background-color: rgb(193,9,225); }
div.DivClassName
{
background-color: #C109E1;
}
.BgClassName
{
background-color: #C109E1;
}
</style>
border-color css
<style>
span { border-color: #C109E1; }
span { border-color: rgb(193,9,225); }
td.TdClassName
{
border-color: #C109E1;
}
.TagClassName
{
border-color: #C109E1;
}
</style>