Shades of Deep Magenta #C81FE3
Tints of Deep Magenta #C81FE3
RGB
CMYK
RGB Variations
Color information
#C81FE3 (or 0xC81FE3) is known color: Deep Magenta. HEX triplet: C8, 1F and E3. RGB value is (200,31,227). Sum of RGB (Red+Green+Blue) = 200+31+227=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #C81FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FE3 is #37E01C. Grayscale: #676767. Windows color (decimal): -3661853 or 14884808. OLE color: 14884808.
HSL color Cylindrical-coordinate representation of color #C81FE3: hue angle of 291.73º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FE3 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 31 | 227 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.11 |
| HSL | 291.73º | 0.78% | 0.51% | - |
| HSV(B) | 291.73º | 0.86% | 0.89% | - |
| XYZ | 38.17 | 18.81 | 74.29 | - |
| YUV | 103.88 | 197.49 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 227 | 0.12 | 0.86 | 0 | 0.11 | 291.73 | 0.78 | 0.51 |
| Hex | C8 | 1F | E3 | C | 56 | 0 | B | 124 | 4E | 33 |
| Octal | 310 | 37 | 343 | 14 | 126 | 0 | 13 | 444 | 116 | 63 |
| Binary | 11001000 | 11111 | 11100011 | 1100 | 1010110 | 0 | 1011 | 100100100 | 1001110 | 110011 |
Color Harmonies of #C81FE3
Complementary color
Monochromatic Colors of #C81FE3
Black with #C81FE3
Text Example
Text Example
White with #C81FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FE3; }
p { color: rgb(200,31,227); }
H1.HeaderClassName
{
color: #C81FE3;
}
.AnyTagClassName
{
color: #C81FE3;
}
</style>
background-color css
<style>
a { background-color: #C81FE3; }
a { background-color: rgb(200,31,227); }
div.DivClassName
{
background-color: #C81FE3;
}
.BgClassName
{
background-color: #C81FE3;
}
</style>
border-color css
<style>
span { border-color: #C81FE3; }
span { border-color: rgb(200,31,227); }
td.TdClassName
{
border-color: #C81FE3;
}
.TagClassName
{
border-color: #C81FE3;
}
</style>