Shades of Deep Magenta #C81AD0
Tints of Deep Magenta #C81AD0
RGB
CMYK
RGB Variations
Color information
#C81AD0 (or 0xC81AD0) is known color: Deep Magenta. HEX triplet: C8, 1A and D0. RGB value is (200,26,208). Sum of RGB (Red+Green+Blue) = 200+26+208=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #C81AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AD0 is #37E52F. Grayscale: #626262. Windows color (decimal): -3663152 or 13638344. OLE color: 13638344.
HSL color Cylindrical-coordinate representation of color #C81AD0: hue angle of 297.36º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81AD0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 26 | 208 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.18 |
| HSL | 297.36º | 0.78% | 0.46% | - |
| HSV(B) | 297.36º | 0.88% | 0.82% | - |
| XYZ | 35.57 | 17.57 | 61.19 | - |
| YUV | 98.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 208 | 0.04 | 0.88 | 0 | 0.18 | 297.36 | 0.78 | 0.46 |
| Hex | C8 | 1A | D0 | 4 | 58 | 0 | 12 | 129 | 4E | 2E |
| Octal | 310 | 32 | 320 | 4 | 130 | 0 | 22 | 451 | 116 | 56 |
| Binary | 11001000 | 11010 | 11010000 | 100 | 1011000 | 0 | 10010 | 100101001 | 1001110 | 101110 |
Color Harmonies of #C81AD0
Complementary color
Monochromatic Colors of #C81AD0
Black with #C81AD0
Text Example
Text Example
White with #C81AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AD0; }
p { color: rgb(200,26,208); }
H1.HeaderClassName
{
color: #C81AD0;
}
.AnyTagClassName
{
color: #C81AD0;
}
</style>
background-color css
<style>
a { background-color: #C81AD0; }
a { background-color: rgb(200,26,208); }
div.DivClassName
{
background-color: #C81AD0;
}
.BgClassName
{
background-color: #C81AD0;
}
</style>
border-color css
<style>
span { border-color: #C81AD0; }
span { border-color: rgb(200,26,208); }
td.TdClassName
{
border-color: #C81AD0;
}
.TagClassName
{
border-color: #C81AD0;
}
</style>