Shades of Deep Magenta #C81CD8
Tints of Deep Magenta #C81CD8
RGB
CMYK
RGB Variations
Color information
#C81CD8 (or 0xC81CD8) is known color: Deep Magenta. HEX triplet: C8, 1C and D8. RGB value is (200,28,216). Sum of RGB (Red+Green+Blue) = 200+28+216=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #C81CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CD8 is #37E327. Grayscale: #646464. Windows color (decimal): -3662632 or 14163144. OLE color: 14163144.
HSL color Cylindrical-coordinate representation of color #C81CD8: hue angle of 294.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CD8 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 28 | 216 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.15 |
| HSL | 294.89º | 0.77% | 0.48% | - |
| HSV(B) | 294.89º | 0.87% | 0.85% | - |
| XYZ | 36.63 | 18.07 | 66.52 | - |
| YUV | 100.86 | 192.98 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 216 | 0.07 | 0.87 | 0 | 0.15 | 294.89 | 0.77 | 0.48 |
| Hex | C8 | 1C | D8 | 7 | 57 | 0 | F | 127 | 4D | 30 |
| Octal | 310 | 34 | 330 | 7 | 127 | 0 | 17 | 447 | 115 | 60 |
| Binary | 11001000 | 11100 | 11011000 | 111 | 1010111 | 0 | 1111 | 100100111 | 1001101 | 110000 |
Color Harmonies of #C81CD8
Complementary color
Monochromatic Colors of #C81CD8
Black with #C81CD8
Text Example
Text Example
White with #C81CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CD8; }
p { color: rgb(200,28,216); }
H1.HeaderClassName
{
color: #C81CD8;
}
.AnyTagClassName
{
color: #C81CD8;
}
</style>
background-color css
<style>
a { background-color: #C81CD8; }
a { background-color: rgb(200,28,216); }
div.DivClassName
{
background-color: #C81CD8;
}
.BgClassName
{
background-color: #C81CD8;
}
</style>
border-color css
<style>
span { border-color: #C81CD8; }
span { border-color: rgb(200,28,216); }
td.TdClassName
{
border-color: #C81CD8;
}
.TagClassName
{
border-color: #C81CD8;
}
</style>