Shades of Deep Magenta #C81CDF
Tints of Deep Magenta #C81CDF
RGB
CMYK
RGB Variations
Color information
#C81CDF (or 0xC81CDF) is known color: Deep Magenta. HEX triplet: C8, 1C and DF. RGB value is (200,28,223). Sum of RGB (Red+Green+Blue) = 200+28+223=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C81CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CDF is #37E320. Grayscale: #656565. Windows color (decimal): -3662625 or 14621896. OLE color: 14621896.
HSL color Cylindrical-coordinate representation of color #C81CDF: hue angle of 292.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CDF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 28 | 223 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.13 |
| HSL | 292.92º | 0.78% | 0.49% | - |
| HSV(B) | 292.92º | 0.87% | 0.87% | - |
| XYZ | 37.55 | 18.44 | 71.39 | - |
| YUV | 101.66 | 196.48 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 223 | 0.10 | 0.87 | 0 | 0.13 | 292.92 | 0.78 | 0.49 |
| Hex | C8 | 1C | DF | A | 57 | 0 | D | 125 | 4E | 31 |
| Octal | 310 | 34 | 337 | 12 | 127 | 0 | 15 | 445 | 116 | 61 |
| Binary | 11001000 | 11100 | 11011111 | 1010 | 1010111 | 0 | 1101 | 100100101 | 1001110 | 110001 |
Color Harmonies of #C81CDF
Complementary color
Monochromatic Colors of #C81CDF
Black with #C81CDF
Text Example
Text Example
White with #C81CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CDF; }
p { color: rgb(200,28,223); }
H1.HeaderClassName
{
color: #C81CDF;
}
.AnyTagClassName
{
color: #C81CDF;
}
</style>
background-color css
<style>
a { background-color: #C81CDF; }
a { background-color: rgb(200,28,223); }
div.DivClassName
{
background-color: #C81CDF;
}
.BgClassName
{
background-color: #C81CDF;
}
</style>
border-color css
<style>
span { border-color: #C81CDF; }
span { border-color: rgb(200,28,223); }
td.TdClassName
{
border-color: #C81CDF;
}
.TagClassName
{
border-color: #C81CDF;
}
</style>