Shades of Deep Magenta #C81EC1
Tints of Deep Magenta #C81EC1
RGB
CMYK
RGB Variations
Color information
#C81EC1 (or 0xC81EC1) is known color: Deep Magenta. HEX triplet: C8, 1E and C1. RGB value is (200,30,193). Sum of RGB (Red+Green+Blue) = 200+30+193=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EC1 is #37E13E. Grayscale: #626262. Windows color (decimal): -3662143 or 12656328. OLE color: 12656328.
HSL color Cylindrical-coordinate representation of color #C81EC1: hue angle of 302.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81EC1 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 193 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.22 |
| HSL | 302.47º | 0.74% | 0.45% | - |
| HSV(B) | 302.47º | 0.85% | 0.78% | - |
| XYZ | 33.91 | 17.06 | 51.96 | - |
| YUV | 99.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 193 | 0 | 0.85 | 0.04 | 0.22 | 302.47 | 0.74 | 0.45 |
| Hex | C8 | 1E | C1 | 0 | 55 | 4 | 16 | 12E | 4A | 2D |
| Octal | 310 | 36 | 301 | 0 | 125 | 4 | 26 | 456 | 112 | 55 |
| Binary | 11001000 | 11110 | 11000001 | 0 | 1010101 | 100 | 10110 | 100101110 | 1001010 | 101101 |
Color Harmonies of #C81EC1
Complementary color
Monochromatic Colors of #C81EC1
Black with #C81EC1
Text Example
Text Example
White with #C81EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EC1; }
p { color: rgb(200,30,193); }
H1.HeaderClassName
{
color: #C81EC1;
}
.AnyTagClassName
{
color: #C81EC1;
}
</style>
background-color css
<style>
a { background-color: #C81EC1; }
a { background-color: rgb(200,30,193); }
div.DivClassName
{
background-color: #C81EC1;
}
.BgClassName
{
background-color: #C81EC1;
}
</style>
border-color css
<style>
span { border-color: #C81EC1; }
span { border-color: rgb(200,30,193); }
td.TdClassName
{
border-color: #C81EC1;
}
.TagClassName
{
border-color: #C81EC1;
}
</style>