Shades of Deep Magenta #C816C6
Tints of Deep Magenta #C816C6
RGB
CMYK
RGB Variations
Color information
#C816C6 (or 0xC816C6) is known color: Deep Magenta. HEX triplet: C8, 16 and C6. RGB value is (200,22,198). Sum of RGB (Red+Green+Blue) = 200+22+198=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C816C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816C6 is #37E939. Grayscale: #5E5E5E. Windows color (decimal): -3664186 or 12981960. OLE color: 12981960.
HSL color Cylindrical-coordinate representation of color #C816C6: hue angle of 300.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816C6 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 198 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.22 |
| HSL | 300.67º | 0.8% | 0.44% | - |
| HSV(B) | 300.67º | 0.89% | 0.78% | - |
| XYZ | 34.3 | 16.93 | 54.89 | - |
| YUV | 95.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 198 | 0 | 0.89 | 0.01 | 0.22 | 300.67 | 0.8 | 0.44 |
| Hex | C8 | 16 | C6 | 0 | 59 | 1 | 16 | 12D | 50 | 2C |
| Octal | 310 | 26 | 306 | 0 | 131 | 1 | 26 | 455 | 120 | 54 |
| Binary | 11001000 | 10110 | 11000110 | 0 | 1011001 | 1 | 10110 | 100101101 | 1010000 | 101100 |
Color Harmonies of #C816C6
Complementary color
Monochromatic Colors of #C816C6
Black with #C816C6
Text Example
Text Example
White with #C816C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816C6; }
p { color: rgb(200,22,198); }
H1.HeaderClassName
{
color: #C816C6;
}
.AnyTagClassName
{
color: #C816C6;
}
</style>
background-color css
<style>
a { background-color: #C816C6; }
a { background-color: rgb(200,22,198); }
div.DivClassName
{
background-color: #C816C6;
}
.BgClassName
{
background-color: #C816C6;
}
</style>
border-color css
<style>
span { border-color: #C816C6; }
span { border-color: rgb(200,22,198); }
td.TdClassName
{
border-color: #C816C6;
}
.TagClassName
{
border-color: #C816C6;
}
</style>