Shades of Deep Magenta #C801A6
Tints of Deep Magenta #C801A6
RGB
CMYK
RGB Variations
Color information
#C801A6 (or 0xC801A6) is known color: Deep Magenta. HEX triplet: C8, 01 and A6. RGB value is (200,1,166). Sum of RGB (Red+Green+Blue) = 200+1+166=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C801A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C801A6 is #37FE59. Grayscale: #4E4E4E. Windows color (decimal): -3669594 or 10879432. OLE color: 10879432.
HSL color Cylindrical-coordinate representation of color #C801A6: hue angle of 310.25º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801A6 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.22 |
| HSL | 310.25º | 0.99% | 0.39% | - |
| HSV(B) | 310.25º | 1% | 0.78% | - |
| XYZ | 30.71 | 15.05 | 37.36 | - |
| YUV | 79.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 166 | 0 | 1.00 | 0.17 | 0.22 | 310.25 | 0.99 | 0.39 |
| Hex | C8 | 1 | A6 | 0 | 64 | 11 | 16 | 136 | 63 | 27 |
| Octal | 310 | 1 | 246 | 0 | 144 | 21 | 26 | 466 | 143 | 47 |
| Binary | 11001000 | 1 | 10100110 | 0 | 1100100 | 10001 | 10110 | 100110110 | 1100011 | 100111 |
Color Harmonies of #C801A6
Complementary color
Monochromatic Colors of #C801A6
Black with #C801A6
Text Example
Text Example
White with #C801A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801A6; }
p { color: rgb(200,1,166); }
H1.HeaderClassName
{
color: #C801A6;
}
.AnyTagClassName
{
color: #C801A6;
}
</style>
background-color css
<style>
a { background-color: #C801A6; }
a { background-color: rgb(200,1,166); }
div.DivClassName
{
background-color: #C801A6;
}
.BgClassName
{
background-color: #C801A6;
}
</style>
border-color css
<style>
span { border-color: #C801A6; }
span { border-color: rgb(200,1,166); }
td.TdClassName
{
border-color: #C801A6;
}
.TagClassName
{
border-color: #C801A6;
}
</style>