Shades of Deep Magenta #C81CD6
Tints of Deep Magenta #C81CD6
RGB
CMYK
RGB Variations
Color information
#C81CD6 (or 0xC81CD6) is known color: Deep Magenta. HEX triplet: C8, 1C and D6. RGB value is (200,28,214). Sum of RGB (Red+Green+Blue) = 200+28+214=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #C81CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CD6 is #37E329. Grayscale: #646464. Windows color (decimal): -3662634 or 14032072. OLE color: 14032072.
HSL color Cylindrical-coordinate representation of color #C81CD6: hue angle of 295.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81CD6 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 28 | 214 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.16 |
| HSL | 295.48º | 0.77% | 0.47% | - |
| HSV(B) | 295.48º | 0.87% | 0.84% | - |
| XYZ | 36.37 | 17.96 | 65.17 | - |
| YUV | 100.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 214 | 0.07 | 0.87 | 0 | 0.16 | 295.48 | 0.77 | 0.47 |
| Hex | C8 | 1C | D6 | 7 | 57 | 0 | 10 | 127 | 4D | 2F |
| Octal | 310 | 34 | 326 | 7 | 127 | 0 | 20 | 447 | 115 | 57 |
| Binary | 11001000 | 11100 | 11010110 | 111 | 1010111 | 0 | 10000 | 100100111 | 1001101 | 101111 |
Color Harmonies of #C81CD6
Complementary color
Monochromatic Colors of #C81CD6
Black with #C81CD6
Text Example
Text Example
White with #C81CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CD6; }
p { color: rgb(200,28,214); }
H1.HeaderClassName
{
color: #C81CD6;
}
.AnyTagClassName
{
color: #C81CD6;
}
</style>
background-color css
<style>
a { background-color: #C81CD6; }
a { background-color: rgb(200,28,214); }
div.DivClassName
{
background-color: #C81CD6;
}
.BgClassName
{
background-color: #C81CD6;
}
</style>
border-color css
<style>
span { border-color: #C81CD6; }
span { border-color: rgb(200,28,214); }
td.TdClassName
{
border-color: #C81CD6;
}
.TagClassName
{
border-color: #C81CD6;
}
</style>