Shades of Deep Magenta #C81ECF
Tints of Deep Magenta #C81ECF
RGB
CMYK
RGB Variations
Color information
#C81ECF (or 0xC81ECF) is known color: Deep Magenta. HEX triplet: C8, 1E and CF. RGB value is (200,30,207). Sum of RGB (Red+Green+Blue) = 200+30+207=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #C81ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ECF is #37E130. Grayscale: #646464. Windows color (decimal): -3662129 or 13573832. OLE color: 13573832.
HSL color Cylindrical-coordinate representation of color #C81ECF: hue angle of 297.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81ECF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 30 | 207 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.19 |
| HSL | 297.63º | 0.75% | 0.46% | - |
| HSV(B) | 297.63º | 0.86% | 0.81% | - |
| XYZ | 35.55 | 17.71 | 60.58 | - |
| YUV | 101.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 207 | 0.03 | 0.86 | 0 | 0.19 | 297.63 | 0.75 | 0.46 |
| Hex | C8 | 1E | CF | 3 | 56 | 0 | 13 | 12A | 4B | 2E |
| Octal | 310 | 36 | 317 | 3 | 126 | 0 | 23 | 452 | 113 | 56 |
| Binary | 11001000 | 11110 | 11001111 | 11 | 1010110 | 0 | 10011 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C81ECF
Complementary color
Monochromatic Colors of #C81ECF
Black with #C81ECF
Text Example
Text Example
White with #C81ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ECF; }
p { color: rgb(200,30,207); }
H1.HeaderClassName
{
color: #C81ECF;
}
.AnyTagClassName
{
color: #C81ECF;
}
</style>
background-color css
<style>
a { background-color: #C81ECF; }
a { background-color: rgb(200,30,207); }
div.DivClassName
{
background-color: #C81ECF;
}
.BgClassName
{
background-color: #C81ECF;
}
</style>
border-color css
<style>
span { border-color: #C81ECF; }
span { border-color: rgb(200,30,207); }
td.TdClassName
{
border-color: #C81ECF;
}
.TagClassName
{
border-color: #C81ECF;
}
</style>