Shades of Deep Magenta #C80FDF
Tints of Deep Magenta #C80FDF
RGB
CMYK
RGB Variations
Color information
#C80FDF (or 0xC80FDF) is known color: Deep Magenta. HEX triplet: C8, 0F and DF. RGB value is (200,15,223). Sum of RGB (Red+Green+Blue) = 200+15+223=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C80FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FDF is #37F020. Grayscale: #5D5D5D. Windows color (decimal): -3665953 or 14618568. OLE color: 14618568.
HSL color Cylindrical-coordinate representation of color #C80FDF: hue angle of 293.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FDF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 15 | 223 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.37º | 0.87% | 0.47% | - |
| HSV(B) | 293.37º | 0.93% | 0.87% | - |
| XYZ | 37.31 | 17.95 | 71.31 | - |
| YUV | 94.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 223 | 0.10 | 0.93 | 0 | 0.13 | 293.37 | 0.87 | 0.47 |
| Hex | C8 | F | DF | A | 5D | 0 | D | 125 | 57 | 2F |
| Octal | 310 | 17 | 337 | 12 | 135 | 0 | 15 | 445 | 127 | 57 |
| Binary | 11001000 | 1111 | 11011111 | 1010 | 1011101 | 0 | 1101 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C80FDF
Complementary color
Monochromatic Colors of #C80FDF
Black with #C80FDF
Text Example
Text Example
White with #C80FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FDF; }
p { color: rgb(200,15,223); }
H1.HeaderClassName
{
color: #C80FDF;
}
.AnyTagClassName
{
color: #C80FDF;
}
</style>
background-color css
<style>
a { background-color: #C80FDF; }
a { background-color: rgb(200,15,223); }
div.DivClassName
{
background-color: #C80FDF;
}
.BgClassName
{
background-color: #C80FDF;
}
</style>
border-color css
<style>
span { border-color: #C80FDF; }
span { border-color: rgb(200,15,223); }
td.TdClassName
{
border-color: #C80FDF;
}
.TagClassName
{
border-color: #C80FDF;
}
</style>