Shades of Deep Magenta #C80FC1
Tints of Deep Magenta #C80FC1
RGB
CMYK
RGB Variations
Color information
#C80FC1 (or 0xC80FC1) is known color: Deep Magenta. HEX triplet: C8, 0F and C1. RGB value is (200,15,193). Sum of RGB (Red+Green+Blue) = 200+15+193=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FC1 is #37F03E. Grayscale: #5A5A5A. Windows color (decimal): -3665983 or 12652488. OLE color: 12652488.
HSL color Cylindrical-coordinate representation of color #C80FC1: hue angle of 302.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FC1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 193 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.27º | 0.86% | 0.42% | - |
| HSV(B) | 302.27º | 0.93% | 0.78% | - |
| XYZ | 33.62 | 16.47 | 51.86 | - |
| YUV | 90.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 193 | 0 | 0.92 | 0.04 | 0.22 | 302.27 | 0.86 | 0.42 |
| Hex | C8 | F | C1 | 0 | 5C | 4 | 16 | 12E | 56 | 2A |
| Octal | 310 | 17 | 301 | 0 | 134 | 4 | 26 | 456 | 126 | 52 |
| Binary | 11001000 | 1111 | 11000001 | 0 | 1011100 | 100 | 10110 | 100101110 | 1010110 | 101010 |
Color Harmonies of #C80FC1
Complementary color
Monochromatic Colors of #C80FC1
Black with #C80FC1
Text Example
Text Example
White with #C80FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FC1; }
p { color: rgb(200,15,193); }
H1.HeaderClassName
{
color: #C80FC1;
}
.AnyTagClassName
{
color: #C80FC1;
}
</style>
background-color css
<style>
a { background-color: #C80FC1; }
a { background-color: rgb(200,15,193); }
div.DivClassName
{
background-color: #C80FC1;
}
.BgClassName
{
background-color: #C80FC1;
}
</style>
border-color css
<style>
span { border-color: #C80FC1; }
span { border-color: rgb(200,15,193); }
td.TdClassName
{
border-color: #C80FC1;
}
.TagClassName
{
border-color: #C80FC1;
}
</style>