Shades of Deep Magenta #C814E3
Tints of Deep Magenta #C814E3
RGB
CMYK
RGB Variations
Color information
#C814E3 (or 0xC814E3) is known color: Deep Magenta. HEX triplet: C8, 14 and E3. RGB value is (200,20,227). Sum of RGB (Red+Green+Blue) = 200+20+227=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #C814E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814E3 is #37EB1C. Grayscale: #606060. Windows color (decimal): -3664669 or 14881992. OLE color: 14881992.
HSL color Cylindrical-coordinate representation of color #C814E3: hue angle of 292.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814E3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 20 | 227 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.11 |
| HSL | 292.17º | 0.84% | 0.48% | - |
| HSV(B) | 292.17º | 0.91% | 0.89% | - |
| XYZ | 37.93 | 18.33 | 74.21 | - |
| YUV | 97.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 227 | 0.12 | 0.91 | 0 | 0.11 | 292.17 | 0.84 | 0.48 |
| Hex | C8 | 14 | E3 | C | 5B | 0 | B | 124 | 54 | 30 |
| Octal | 310 | 24 | 343 | 14 | 133 | 0 | 13 | 444 | 124 | 60 |
| Binary | 11001000 | 10100 | 11100011 | 1100 | 1011011 | 0 | 1011 | 100100100 | 1010100 | 110000 |
Color Harmonies of #C814E3
Complementary color
Monochromatic Colors of #C814E3
Black with #C814E3
Text Example
Text Example
White with #C814E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814E3; }
p { color: rgb(200,20,227); }
H1.HeaderClassName
{
color: #C814E3;
}
.AnyTagClassName
{
color: #C814E3;
}
</style>
background-color css
<style>
a { background-color: #C814E3; }
a { background-color: rgb(200,20,227); }
div.DivClassName
{
background-color: #C814E3;
}
.BgClassName
{
background-color: #C814E3;
}
</style>
border-color css
<style>
span { border-color: #C814E3; }
span { border-color: rgb(200,20,227); }
td.TdClassName
{
border-color: #C814E3;
}
.TagClassName
{
border-color: #C814E3;
}
</style>