Shades of Deep Magenta #C81AC8
Tints of Deep Magenta #C81AC8
RGB
CMYK
RGB Variations
Color information
#C81AC8 (or 0xC81AC8) is known color: Deep Magenta. HEX triplet: C8, 1A and C8. RGB value is (200,26,200). Sum of RGB (Red+Green+Blue) = 200+26+200=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C81AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AC8 is #37E537. Grayscale: #616161. Windows color (decimal): -3663160 or 13114056. OLE color: 13114056.
HSL color Cylindrical-coordinate representation of color #C81AC8: hue angle of 300º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81AC8 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 200 | - |
| CMYK | 0 | 0.87 | 0 | 0.22 |
| HSL | 300º | 0.77% | 0.44% | - |
| HSV(B) | 300º | 0.87% | 0.78% | - |
| XYZ | 34.61 | 17.19 | 56.14 | - |
| YUV | 97.86 | 185.65 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 200 | 0 | 0.87 | 0 | 0.22 | 300 | 0.77 | 0.44 |
| Hex | C8 | 1A | C8 | 0 | 57 | 0 | 16 | 12C | 4D | 2C |
| Octal | 310 | 32 | 310 | 0 | 127 | 0 | 26 | 454 | 115 | 54 |
| Binary | 11001000 | 11010 | 11001000 | 0 | 1010111 | 0 | 10110 | 100101100 | 1001101 | 101100 |
Color Harmonies of #C81AC8
Complementary color
Monochromatic Colors of #C81AC8
Black with #C81AC8
Text Example
Text Example
White with #C81AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AC8; }
p { color: rgb(200,26,200); }
H1.HeaderClassName
{
color: #C81AC8;
}
.AnyTagClassName
{
color: #C81AC8;
}
</style>
background-color css
<style>
a { background-color: #C81AC8; }
a { background-color: rgb(200,26,200); }
div.DivClassName
{
background-color: #C81AC8;
}
.BgClassName
{
background-color: #C81AC8;
}
</style>
border-color css
<style>
span { border-color: #C81AC8; }
span { border-color: rgb(200,26,200); }
td.TdClassName
{
border-color: #C81AC8;
}
.TagClassName
{
border-color: #C81AC8;
}
</style>