Shades of Electric Purple #C005F1
Tints of Electric Purple #C005F1
RGB
CMYK
RGB Variations
Color information
#C005F1 (or 0xC005F1) is known color: Electric Purple. HEX triplet: C0, 05 and F1. RGB value is (192,5,241). Sum of RGB (Red+Green+Blue) = 192+5+241=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #C005F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005F1 is #3FFA0E. Grayscale: #575757. Windows color (decimal): -4192783 or 15795648. OLE color: 15795648.
HSL color Cylindrical-coordinate representation of color #C005F1: hue angle of 287.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005F1 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 5 | 241 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.05 |
| HSL | 287.54º | 0.96% | 0.48% | - |
| HSV(B) | 287.54º | 0.98% | 0.95% | - |
| XYZ | 37.67 | 17.67 | 84.64 | - |
| YUV | 87.82 | 214.45 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 241 | 0.20 | 0.98 | 0 | 0.05 | 287.54 | 0.96 | 0.48 |
| Hex | C0 | 5 | F1 | 14 | 62 | 0 | 5 | 120 | 60 | 30 |
| Octal | 300 | 5 | 361 | 24 | 142 | 0 | 5 | 440 | 140 | 60 |
| Binary | 11000000 | 101 | 11110001 | 10100 | 1100010 | 0 | 101 | 100100000 | 1100000 | 110000 |
Color Harmonies of #C005F1
Complementary color
Monochromatic Colors of #C005F1
Black with #C005F1
Text Example
Text Example
White with #C005F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005F1; }
p { color: rgb(192,5,241); }
H1.HeaderClassName
{
color: #C005F1;
}
.AnyTagClassName
{
color: #C005F1;
}
</style>
background-color css
<style>
a { background-color: #C005F1; }
a { background-color: rgb(192,5,241); }
div.DivClassName
{
background-color: #C005F1;
}
.BgClassName
{
background-color: #C005F1;
}
</style>
border-color css
<style>
span { border-color: #C005F1; }
span { border-color: rgb(192,5,241); }
td.TdClassName
{
border-color: #C005F1;
}
.TagClassName
{
border-color: #C005F1;
}
</style>