Shades of Deep Magenta #C81AC0
Tints of Deep Magenta #C81AC0
RGB
CMYK
RGB Variations
Color information
#C81AC0 (or 0xC81AC0) is known color: Deep Magenta. HEX triplet: C8, 1A and C0. RGB value is (200,26,192). Sum of RGB (Red+Green+Blue) = 200+26+192=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AC0 is #37E53F. Grayscale: #606060. Windows color (decimal): -3663168 or 12589768. OLE color: 12589768.
HSL color Cylindrical-coordinate representation of color #C81AC0: hue angle of 302.76º 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 #C81AC0 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 192 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.22 |
| HSL | 302.76º | 0.77% | 0.44% | - |
| HSV(B) | 302.76º | 0.87% | 0.78% | - |
| XYZ | 33.7 | 16.82 | 51.34 | - |
| YUV | 96.95 | 181.65 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 192 | 0 | 0.87 | 0.04 | 0.22 | 302.76 | 0.77 | 0.44 |
| Hex | C8 | 1A | C0 | 0 | 57 | 4 | 16 | 12F | 4D | 2C |
| Octal | 310 | 32 | 300 | 0 | 127 | 4 | 26 | 457 | 115 | 54 |
| Binary | 11001000 | 11010 | 11000000 | 0 | 1010111 | 100 | 10110 | 100101111 | 1001101 | 101100 |
Color Harmonies of #C81AC0
Complementary color
Monochromatic Colors of #C81AC0
Black with #C81AC0
Text Example
Text Example
White with #C81AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AC0; }
p { color: rgb(200,26,192); }
H1.HeaderClassName
{
color: #C81AC0;
}
.AnyTagClassName
{
color: #C81AC0;
}
</style>
background-color css
<style>
a { background-color: #C81AC0; }
a { background-color: rgb(200,26,192); }
div.DivClassName
{
background-color: #C81AC0;
}
.BgClassName
{
background-color: #C81AC0;
}
</style>
border-color css
<style>
span { border-color: #C81AC0; }
span { border-color: rgb(200,26,192); }
td.TdClassName
{
border-color: #C81AC0;
}
.TagClassName
{
border-color: #C81AC0;
}
</style>