Shades of Deep Magenta #C81FCE
Tints of Deep Magenta #C81FCE
RGB
CMYK
RGB Variations
Color information
#C81FCE (or 0xC81FCE) is known color: Deep Magenta. HEX triplet: C8, 1F and CE. RGB value is (200,31,206). Sum of RGB (Red+Green+Blue) = 200+31+206=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #C81FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FCE is #37E031. Grayscale: #646464. Windows color (decimal): -3661874 or 13508552. OLE color: 13508552.
HSL color Cylindrical-coordinate representation of color #C81FCE: hue angle of 297.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81FCE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 31 | 206 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.94º | 0.74% | 0.46% | - |
| HSV(B) | 297.94º | 0.85% | 0.81% | - |
| XYZ | 35.45 | 17.72 | 59.94 | - |
| YUV | 101.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 206 | 0.03 | 0.85 | 0 | 0.19 | 297.94 | 0.74 | 0.46 |
| Hex | C8 | 1F | CE | 3 | 55 | 0 | 13 | 12A | 4A | 2E |
| Octal | 310 | 37 | 316 | 3 | 125 | 0 | 23 | 452 | 112 | 56 |
| Binary | 11001000 | 11111 | 11001110 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C81FCE
Complementary color
Monochromatic Colors of #C81FCE
Black with #C81FCE
Text Example
Text Example
White with #C81FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FCE; }
p { color: rgb(200,31,206); }
H1.HeaderClassName
{
color: #C81FCE;
}
.AnyTagClassName
{
color: #C81FCE;
}
</style>
background-color css
<style>
a { background-color: #C81FCE; }
a { background-color: rgb(200,31,206); }
div.DivClassName
{
background-color: #C81FCE;
}
.BgClassName
{
background-color: #C81FCE;
}
</style>
border-color css
<style>
span { border-color: #C81FCE; }
span { border-color: rgb(200,31,206); }
td.TdClassName
{
border-color: #C81FCE;
}
.TagClassName
{
border-color: #C81FCE;
}
</style>