Shades of Deep Magenta #C81EBE
Tints of Deep Magenta #C81EBE
RGB
CMYK
RGB Variations
Color information
#C81EBE (or 0xC81EBE) is known color: Deep Magenta. HEX triplet: C8, 1E and BE. RGB value is (200,30,190). Sum of RGB (Red+Green+Blue) = 200+30+190=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81EBE is #37E141. Grayscale: #626262. Windows color (decimal): -3662146 or 12459720. OLE color: 12459720.
HSL color Cylindrical-coordinate representation of color #C81EBE: hue angle of 303.53º 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 #C81EBE is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 30 | 190 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.22 |
| HSL | 303.53º | 0.74% | 0.45% | - |
| HSV(B) | 303.53º | 0.85% | 0.78% | - |
| XYZ | 33.58 | 16.93 | 50.21 | - |
| YUV | 99.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 190 | 0 | 0.85 | 0.05 | 0.22 | 303.53 | 0.74 | 0.45 |
| Hex | C8 | 1E | BE | 0 | 55 | 5 | 16 | 130 | 4A | 2D |
| Octal | 310 | 36 | 276 | 0 | 125 | 5 | 26 | 460 | 112 | 55 |
| Binary | 11001000 | 11110 | 10111110 | 0 | 1010101 | 101 | 10110 | 100110000 | 1001010 | 101101 |
Color Harmonies of #C81EBE
Complementary color
Monochromatic Colors of #C81EBE
Black with #C81EBE
Text Example
Text Example
White with #C81EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EBE; }
p { color: rgb(200,30,190); }
H1.HeaderClassName
{
color: #C81EBE;
}
.AnyTagClassName
{
color: #C81EBE;
}
</style>
background-color css
<style>
a { background-color: #C81EBE; }
a { background-color: rgb(200,30,190); }
div.DivClassName
{
background-color: #C81EBE;
}
.BgClassName
{
background-color: #C81EBE;
}
</style>
border-color css
<style>
span { border-color: #C81EBE; }
span { border-color: rgb(200,30,190); }
td.TdClassName
{
border-color: #C81EBE;
}
.TagClassName
{
border-color: #C81EBE;
}
</style>