Shades of Deep Magenta #C81AC6
Tints of Deep Magenta #C81AC6
RGB
CMYK
RGB Variations
Color information
#C81AC6 (or 0xC81AC6) is known color: Deep Magenta. HEX triplet: C8, 1A and C6. RGB value is (200,26,198). Sum of RGB (Red+Green+Blue) = 200+26+198=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81AC6 is #37E539. Grayscale: #616161. Windows color (decimal): -3663162 or 12982984. OLE color: 12982984.
HSL color Cylindrical-coordinate representation of color #C81AC6: hue angle of 300.69º 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 #C81AC6 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 198 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.22 |
| HSL | 300.69º | 0.77% | 0.44% | - |
| HSV(B) | 300.69º | 0.87% | 0.78% | - |
| XYZ | 34.38 | 17.1 | 54.91 | - |
| YUV | 97.63 | 184.65 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 198 | 0 | 0.87 | 0.01 | 0.22 | 300.69 | 0.77 | 0.44 |
| Hex | C8 | 1A | C6 | 0 | 57 | 1 | 16 | 12D | 4D | 2C |
| Octal | 310 | 32 | 306 | 0 | 127 | 1 | 26 | 455 | 115 | 54 |
| Binary | 11001000 | 11010 | 11000110 | 0 | 1010111 | 1 | 10110 | 100101101 | 1001101 | 101100 |
Color Harmonies of #C81AC6
Complementary color
Monochromatic Colors of #C81AC6
Black with #C81AC6
Text Example
Text Example
White with #C81AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AC6; }
p { color: rgb(200,26,198); }
H1.HeaderClassName
{
color: #C81AC6;
}
.AnyTagClassName
{
color: #C81AC6;
}
</style>
background-color css
<style>
a { background-color: #C81AC6; }
a { background-color: rgb(200,26,198); }
div.DivClassName
{
background-color: #C81AC6;
}
.BgClassName
{
background-color: #C81AC6;
}
</style>
border-color css
<style>
span { border-color: #C81AC6; }
span { border-color: rgb(200,26,198); }
td.TdClassName
{
border-color: #C81AC6;
}
.TagClassName
{
border-color: #C81AC6;
}
</style>