Shades of Deep Magenta #C81ADC
Tints of Deep Magenta #C81ADC
RGB
CMYK
RGB Variations
Color information
#C81ADC (or 0xC81ADC) is known color: Deep Magenta. HEX triplet: C8, 1A and DC. RGB value is (200,26,220). Sum of RGB (Red+Green+Blue) = 200+26+220=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C81ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ADC is #37E523. Grayscale: #636363. Windows color (decimal): -3663140 or 14424776. OLE color: 14424776.
HSL color Cylindrical-coordinate representation of color #C81ADC: hue angle of 293.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81ADC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 26 | 220 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.14 |
| HSL | 293.81º | 0.79% | 0.48% | - |
| HSV(B) | 293.81º | 0.88% | 0.86% | - |
| XYZ | 37.11 | 18.19 | 69.26 | - |
| YUV | 100.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 220 | 0.09 | 0.88 | 0 | 0.14 | 293.81 | 0.79 | 0.48 |
| Hex | C8 | 1A | DC | 9 | 58 | 0 | E | 126 | 4F | 30 |
| Octal | 310 | 32 | 334 | 11 | 130 | 0 | 16 | 446 | 117 | 60 |
| Binary | 11001000 | 11010 | 11011100 | 1001 | 1011000 | 0 | 1110 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C81ADC
Complementary color
Monochromatic Colors of #C81ADC
Black with #C81ADC
Text Example
Text Example
White with #C81ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81ADC; }
p { color: rgb(200,26,220); }
H1.HeaderClassName
{
color: #C81ADC;
}
.AnyTagClassName
{
color: #C81ADC;
}
</style>
background-color css
<style>
a { background-color: #C81ADC; }
a { background-color: rgb(200,26,220); }
div.DivClassName
{
background-color: #C81ADC;
}
.BgClassName
{
background-color: #C81ADC;
}
</style>
border-color css
<style>
span { border-color: #C81ADC; }
span { border-color: rgb(200,26,220); }
td.TdClassName
{
border-color: #C81ADC;
}
.TagClassName
{
border-color: #C81ADC;
}
</style>