Shades of Deep Magenta #C81EBA
Tints of Deep Magenta #C81EBA
RGB
CMYK
RGB Variations
Color information
#C81EBA (or 0xC81EBA) is known color: Deep Magenta. HEX triplet: C8, 1E and BA. RGB value is (200,30,186). Sum of RGB (Red+Green+Blue) = 200+30+186=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EBA is #37E145. Grayscale: #626262. Windows color (decimal): -3662150 or 12197576. OLE color: 12197576.
HSL color Cylindrical-coordinate representation of color #C81EBA: hue angle of 304.94º 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 #C81EBA is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 186 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.22 |
| HSL | 304.94º | 0.74% | 0.45% | - |
| HSV(B) | 304.94º | 0.85% | 0.78% | - |
| XYZ | 33.15 | 16.75 | 47.94 | - |
| YUV | 98.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 186 | 0 | 0.85 | 0.07 | 0.22 | 304.94 | 0.74 | 0.45 |
| Hex | C8 | 1E | BA | 0 | 55 | 7 | 16 | 131 | 4A | 2D |
| Octal | 310 | 36 | 272 | 0 | 125 | 7 | 26 | 461 | 112 | 55 |
| Binary | 11001000 | 11110 | 10111010 | 0 | 1010101 | 111 | 10110 | 100110001 | 1001010 | 101101 |
Color Harmonies of #C81EBA
Complementary color
Monochromatic Colors of #C81EBA
Black with #C81EBA
Text Example
Text Example
White with #C81EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EBA; }
p { color: rgb(200,30,186); }
H1.HeaderClassName
{
color: #C81EBA;
}
.AnyTagClassName
{
color: #C81EBA;
}
</style>
background-color css
<style>
a { background-color: #C81EBA; }
a { background-color: rgb(200,30,186); }
div.DivClassName
{
background-color: #C81EBA;
}
.BgClassName
{
background-color: #C81EBA;
}
</style>
border-color css
<style>
span { border-color: #C81EBA; }
span { border-color: rgb(200,30,186); }
td.TdClassName
{
border-color: #C81EBA;
}
.TagClassName
{
border-color: #C81EBA;
}
</style>