Shades of Deep Magenta #C81CDA
Tints of Deep Magenta #C81CDA
RGB
CMYK
RGB Variations
Color information
#C81CDA (or 0xC81CDA) is known color: Deep Magenta. HEX triplet: C8, 1C and DA. RGB value is (200,28,218). Sum of RGB (Red+Green+Blue) = 200+28+218=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #C81CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CDA is #37E325. Grayscale: #646464. Windows color (decimal): -3662630 or 14294216. OLE color: 14294216.
HSL color Cylindrical-coordinate representation of color #C81CDA: hue angle of 294.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CDA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 28 | 218 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.15 |
| HSL | 294.32º | 0.77% | 0.48% | - |
| HSV(B) | 294.32º | 0.87% | 0.85% | - |
| XYZ | 36.89 | 18.17 | 67.89 | - |
| YUV | 101.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 218 | 0.08 | 0.87 | 0 | 0.15 | 294.32 | 0.77 | 0.48 |
| Hex | C8 | 1C | DA | 8 | 57 | 0 | F | 126 | 4D | 30 |
| Octal | 310 | 34 | 332 | 10 | 127 | 0 | 17 | 446 | 115 | 60 |
| Binary | 11001000 | 11100 | 11011010 | 1000 | 1010111 | 0 | 1111 | 100100110 | 1001101 | 110000 |
Color Harmonies of #C81CDA
Complementary color
Monochromatic Colors of #C81CDA
Black with #C81CDA
Text Example
Text Example
White with #C81CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CDA; }
p { color: rgb(200,28,218); }
H1.HeaderClassName
{
color: #C81CDA;
}
.AnyTagClassName
{
color: #C81CDA;
}
</style>
background-color css
<style>
a { background-color: #C81CDA; }
a { background-color: rgb(200,28,218); }
div.DivClassName
{
background-color: #C81CDA;
}
.BgClassName
{
background-color: #C81CDA;
}
</style>
border-color css
<style>
span { border-color: #C81CDA; }
span { border-color: rgb(200,28,218); }
td.TdClassName
{
border-color: #C81CDA;
}
.TagClassName
{
border-color: #C81CDA;
}
</style>