Shades of Electric Purple #C005F4
Tints of Electric Purple #C005F4
RGB
CMYK
RGB Variations
Color information
#C005F4 (or 0xC005F4) is known color: Electric Purple. HEX triplet: C0, 05 and F4. RGB value is (192,5,244). Sum of RGB (Red+Green+Blue) = 192+5+244=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #C005F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005F4 is #3FFA0B. Grayscale: #575757. Windows color (decimal): -4192780 or 15992256. OLE color: 15992256.
HSL color Cylindrical-coordinate representation of color #C005F4: hue angle of 286.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005F4 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 5 | 244 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.04 |
| HSL | 286.95º | 0.96% | 0.49% | - |
| HSV(B) | 286.95º | 0.98% | 0.96% | - |
| XYZ | 38.12 | 17.85 | 87.02 | - |
| YUV | 88.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 244 | 0.21 | 0.98 | 0 | 0.04 | 286.95 | 0.96 | 0.49 |
| Hex | C0 | 5 | F4 | 15 | 62 | 0 | 4 | 11F | 60 | 31 |
| Octal | 300 | 5 | 364 | 25 | 142 | 0 | 4 | 437 | 140 | 61 |
| Binary | 11000000 | 101 | 11110100 | 10101 | 1100010 | 0 | 100 | 100011111 | 1100000 | 110001 |
Color Harmonies of #C005F4
Complementary color
Monochromatic Colors of #C005F4
Black with #C005F4
Text Example
Text Example
White with #C005F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005F4; }
p { color: rgb(192,5,244); }
H1.HeaderClassName
{
color: #C005F4;
}
.AnyTagClassName
{
color: #C005F4;
}
</style>
background-color css
<style>
a { background-color: #C005F4; }
a { background-color: rgb(192,5,244); }
div.DivClassName
{
background-color: #C005F4;
}
.BgClassName
{
background-color: #C005F4;
}
</style>
border-color css
<style>
span { border-color: #C005F4; }
span { border-color: rgb(192,5,244); }
td.TdClassName
{
border-color: #C005F4;
}
.TagClassName
{
border-color: #C005F4;
}
</style>