Shades of Deep Magenta #C81FDF
Tints of Deep Magenta #C81FDF
RGB
CMYK
RGB Variations
Color information
#C81FDF (or 0xC81FDF) is known color: Deep Magenta. HEX triplet: C8, 1F and DF. RGB value is (200,31,223). Sum of RGB (Red+Green+Blue) = 200+31+223=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #C81FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FDF is #37E020. Grayscale: #666666. Windows color (decimal): -3661857 or 14622664. OLE color: 14622664.
HSL color Cylindrical-coordinate representation of color #C81FDF: hue angle of 292.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81FDF is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 31 | 223 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.13 |
| HSL | 292.81º | 0.76% | 0.5% | - |
| HSV(B) | 292.81º | 0.86% | 0.87% | - |
| XYZ | 37.63 | 18.59 | 71.42 | - |
| YUV | 103.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 223 | 0.10 | 0.86 | 0 | 0.13 | 292.81 | 0.76 | 0.5 |
| Hex | C8 | 1F | DF | A | 56 | 0 | D | 125 | 4C | 32 |
| Octal | 310 | 37 | 337 | 12 | 126 | 0 | 15 | 445 | 114 | 62 |
| Binary | 11001000 | 11111 | 11011111 | 1010 | 1010110 | 0 | 1101 | 100100101 | 1001100 | 110010 |
Color Harmonies of #C81FDF
Complementary color
Monochromatic Colors of #C81FDF
Black with #C81FDF
Text Example
Text Example
White with #C81FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FDF; }
p { color: rgb(200,31,223); }
H1.HeaderClassName
{
color: #C81FDF;
}
.AnyTagClassName
{
color: #C81FDF;
}
</style>
background-color css
<style>
a { background-color: #C81FDF; }
a { background-color: rgb(200,31,223); }
div.DivClassName
{
background-color: #C81FDF;
}
.BgClassName
{
background-color: #C81FDF;
}
</style>
border-color css
<style>
span { border-color: #C81FDF; }
span { border-color: rgb(200,31,223); }
td.TdClassName
{
border-color: #C81FDF;
}
.TagClassName
{
border-color: #C81FDF;
}
</style>