Shades of Electric Purple #C80DF1
Tints of Electric Purple #C80DF1
RGB
CMYK
RGB Variations
Color information
#C80DF1 (or 0xC80DF1) is known color: Electric Purple. HEX triplet: C8, 0D and F1. RGB value is (200,13,241). Sum of RGB (Red+Green+Blue) = 200+13+241=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #C80DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80DF1 is #37F20E. Grayscale: #5E5E5E. Windows color (decimal): -3666447 or 15797704. OLE color: 15797704.
HSL color Cylindrical-coordinate representation of color #C80DF1: hue angle of 289.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80DF1 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 13 | 241 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.05 |
| HSL | 289.21º | 0.9% | 0.5% | - |
| HSV(B) | 289.21º | 0.95% | 0.95% | - |
| XYZ | 39.84 | 18.92 | 84.77 | - |
| YUV | 94.91 | 210.45 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 241 | 0.17 | 0.95 | 0 | 0.05 | 289.21 | 0.9 | 0.5 |
| Hex | C8 | D | F1 | 11 | 5F | 0 | 5 | 121 | 5A | 32 |
| Octal | 310 | 15 | 361 | 21 | 137 | 0 | 5 | 441 | 132 | 62 |
| Binary | 11001000 | 1101 | 11110001 | 10001 | 1011111 | 0 | 101 | 100100001 | 1011010 | 110010 |
Color Harmonies of #C80DF1
Complementary color
Monochromatic Colors of #C80DF1
Black with #C80DF1
Text Example
Text Example
White with #C80DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80DF1; }
p { color: rgb(200,13,241); }
H1.HeaderClassName
{
color: #C80DF1;
}
.AnyTagClassName
{
color: #C80DF1;
}
</style>
background-color css
<style>
a { background-color: #C80DF1; }
a { background-color: rgb(200,13,241); }
div.DivClassName
{
background-color: #C80DF1;
}
.BgClassName
{
background-color: #C80DF1;
}
</style>
border-color css
<style>
span { border-color: #C80DF1; }
span { border-color: rgb(200,13,241); }
td.TdClassName
{
border-color: #C80DF1;
}
.TagClassName
{
border-color: #C80DF1;
}
</style>