Shades of Electric Purple #C81BF1
Tints of Electric Purple #C81BF1
RGB
CMYK
RGB Variations
Color information
#C81BF1 (or 0xC81BF1) is known color: Electric Purple. HEX triplet: C8, 1B and F1. RGB value is (200,27,241). Sum of RGB (Red+Green+Blue) = 200+27+241=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #C81BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BF1 is #37E40E. Grayscale: #666666. Windows color (decimal): -3662863 or 15801288. OLE color: 15801288.
HSL color Cylindrical-coordinate representation of color #C81BF1: hue angle of 288.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BF1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 27 | 241 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.05 |
| HSL | 288.5º | 0.88% | 0.53% | - |
| HSV(B) | 288.5º | 0.89% | 0.95% | - |
| XYZ | 40.09 | 19.41 | 84.85 | - |
| YUV | 103.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 241 | 0.17 | 0.89 | 0 | 0.05 | 288.5 | 0.88 | 0.53 |
| Hex | C8 | 1B | F1 | 11 | 59 | 0 | 5 | 121 | 58 | 35 |
| Octal | 310 | 33 | 361 | 21 | 131 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001000 | 11011 | 11110001 | 10001 | 1011001 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #C81BF1
Complementary color
Monochromatic Colors of #C81BF1
Black with #C81BF1
Text Example
Text Example
White with #C81BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BF1; }
p { color: rgb(200,27,241); }
H1.HeaderClassName
{
color: #C81BF1;
}
.AnyTagClassName
{
color: #C81BF1;
}
</style>
background-color css
<style>
a { background-color: #C81BF1; }
a { background-color: rgb(200,27,241); }
div.DivClassName
{
background-color: #C81BF1;
}
.BgClassName
{
background-color: #C81BF1;
}
</style>
border-color css
<style>
span { border-color: #C81BF1; }
span { border-color: rgb(200,27,241); }
td.TdClassName
{
border-color: #C81BF1;
}
.TagClassName
{
border-color: #C81BF1;
}
</style>