Shades of Electric Purple #C81AF1
Tints of Electric Purple #C81AF1
RGB
CMYK
RGB Variations
Color information
#C81AF1 (or 0xC81AF1) is known color: Electric Purple. HEX triplet: C8, 1A and F1. RGB value is (200,26,241). Sum of RGB (Red+Green+Blue) = 200+26+241=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #C81AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AF1 is #37E50E. Grayscale: #656565. Windows color (decimal): -3663119 or 15801032. OLE color: 15801032.
HSL color Cylindrical-coordinate representation of color #C81AF1: hue angle of 288.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81AF1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 26 | 241 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.05 |
| HSL | 288.56º | 0.88% | 0.52% | - |
| HSV(B) | 288.56º | 0.89% | 0.95% | - |
| XYZ | 40.07 | 19.37 | 84.85 | - |
| YUV | 102.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 241 | 0.17 | 0.89 | 0 | 0.05 | 288.56 | 0.88 | 0.52 |
| Hex | C8 | 1A | F1 | 11 | 59 | 0 | 5 | 121 | 58 | 34 |
| Octal | 310 | 32 | 361 | 21 | 131 | 0 | 5 | 441 | 130 | 64 |
| Binary | 11001000 | 11010 | 11110001 | 10001 | 1011001 | 0 | 101 | 100100001 | 1011000 | 110100 |
Color Harmonies of #C81AF1
Complementary color
Monochromatic Colors of #C81AF1
Black with #C81AF1
Text Example
Text Example
White with #C81AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AF1; }
p { color: rgb(200,26,241); }
H1.HeaderClassName
{
color: #C81AF1;
}
.AnyTagClassName
{
color: #C81AF1;
}
</style>
background-color css
<style>
a { background-color: #C81AF1; }
a { background-color: rgb(200,26,241); }
div.DivClassName
{
background-color: #C81AF1;
}
.BgClassName
{
background-color: #C81AF1;
}
</style>
border-color css
<style>
span { border-color: #C81AF1; }
span { border-color: rgb(200,26,241); }
td.TdClassName
{
border-color: #C81AF1;
}
.TagClassName
{
border-color: #C81AF1;
}
</style>