Shades of Deep Magenta #C81AE3
Tints of Deep Magenta #C81AE3
RGB
CMYK
RGB Variations
Color information
#C81AE3 (or 0xC81AE3) is known color: Deep Magenta. HEX triplet: C8, 1A and E3. RGB value is (200,26,227). Sum of RGB (Red+Green+Blue) = 200+26+227=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #C81AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AE3 is #37E51C. Grayscale: #646464. Windows color (decimal): -3663133 or 14883528. OLE color: 14883528.
HSL color Cylindrical-coordinate representation of color #C81AE3: hue angle of 291.94º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81AE3 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 26 | 227 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.11 |
| HSL | 291.94º | 0.79% | 0.5% | - |
| HSV(B) | 291.94º | 0.89% | 0.89% | - |
| XYZ | 38.05 | 18.56 | 74.25 | - |
| YUV | 100.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 227 | 0.12 | 0.89 | 0 | 0.11 | 291.94 | 0.79 | 0.5 |
| Hex | C8 | 1A | E3 | C | 59 | 0 | B | 124 | 4F | 32 |
| Octal | 310 | 32 | 343 | 14 | 131 | 0 | 13 | 444 | 117 | 62 |
| Binary | 11001000 | 11010 | 11100011 | 1100 | 1011001 | 0 | 1011 | 100100100 | 1001111 | 110010 |
Color Harmonies of #C81AE3
Complementary color
Monochromatic Colors of #C81AE3
Black with #C81AE3
Text Example
Text Example
White with #C81AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AE3; }
p { color: rgb(200,26,227); }
H1.HeaderClassName
{
color: #C81AE3;
}
.AnyTagClassName
{
color: #C81AE3;
}
</style>
background-color css
<style>
a { background-color: #C81AE3; }
a { background-color: rgb(200,26,227); }
div.DivClassName
{
background-color: #C81AE3;
}
.BgClassName
{
background-color: #C81AE3;
}
</style>
border-color css
<style>
span { border-color: #C81AE3; }
span { border-color: rgb(200,26,227); }
td.TdClassName
{
border-color: #C81AE3;
}
.TagClassName
{
border-color: #C81AE3;
}
</style>