Shades of Deep Magenta #C81EC3
Tints of Deep Magenta #C81EC3
RGB
CMYK
RGB Variations
Color information
#C81EC3 (or 0xC81EC3) is known color: Deep Magenta. HEX triplet: C8, 1E and C3. RGB value is (200,30,195). Sum of RGB (Red+Green+Blue) = 200+30+195=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EC3 is #37E13C. Grayscale: #636363. Windows color (decimal): -3662141 or 12787400. OLE color: 12787400.
HSL color Cylindrical-coordinate representation of color #C81EC3: hue angle of 301.76º 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 #C81EC3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 195 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.22 |
| HSL | 301.76º | 0.74% | 0.45% | - |
| HSV(B) | 301.76º | 0.85% | 0.78% | - |
| XYZ | 34.13 | 17.15 | 53.14 | - |
| YUV | 99.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 195 | 0 | 0.85 | 0.02 | 0.22 | 301.76 | 0.74 | 0.45 |
| Hex | C8 | 1E | C3 | 0 | 55 | 2 | 16 | 12E | 4A | 2D |
| Octal | 310 | 36 | 303 | 0 | 125 | 2 | 26 | 456 | 112 | 55 |
| Binary | 11001000 | 11110 | 11000011 | 0 | 1010101 | 10 | 10110 | 100101110 | 1001010 | 101101 |
Color Harmonies of #C81EC3
Complementary color
Monochromatic Colors of #C81EC3
Black with #C81EC3
Text Example
Text Example
White with #C81EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EC3; }
p { color: rgb(200,30,195); }
H1.HeaderClassName
{
color: #C81EC3;
}
.AnyTagClassName
{
color: #C81EC3;
}
</style>
background-color css
<style>
a { background-color: #C81EC3; }
a { background-color: rgb(200,30,195); }
div.DivClassName
{
background-color: #C81EC3;
}
.BgClassName
{
background-color: #C81EC3;
}
</style>
border-color css
<style>
span { border-color: #C81EC3; }
span { border-color: rgb(200,30,195); }
td.TdClassName
{
border-color: #C81EC3;
}
.TagClassName
{
border-color: #C81EC3;
}
</style>