Shades of Electric Purple #C005F2
Tints of Electric Purple #C005F2
RGB
CMYK
RGB Variations
Color information
#C005F2 (or 0xC005F2) is known color: Electric Purple. HEX triplet: C0, 05 and F2. RGB value is (192,5,242). Sum of RGB (Red+Green+Blue) = 192+5+242=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #C005F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005F2 is #3FFA0D. Grayscale: #575757. Windows color (decimal): -4192782 or 15861184. OLE color: 15861184.
HSL color Cylindrical-coordinate representation of color #C005F2: hue angle of 287.34º 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 #C005F2 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 5 | 242 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.05 |
| HSL | 287.34º | 0.96% | 0.48% | - |
| HSV(B) | 287.34º | 0.98% | 0.95% | - |
| XYZ | 37.82 | 17.73 | 85.43 | - |
| YUV | 87.93 | 214.95 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 242 | 0.21 | 0.98 | 0 | 0.05 | 287.34 | 0.96 | 0.48 |
| Hex | C0 | 5 | F2 | 15 | 62 | 0 | 5 | 11F | 60 | 30 |
| Octal | 300 | 5 | 362 | 25 | 142 | 0 | 5 | 437 | 140 | 60 |
| Binary | 11000000 | 101 | 11110010 | 10101 | 1100010 | 0 | 101 | 100011111 | 1100000 | 110000 |
Color Harmonies of #C005F2
Complementary color
Monochromatic Colors of #C005F2
Black with #C005F2
Text Example
Text Example
White with #C005F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005F2; }
p { color: rgb(192,5,242); }
H1.HeaderClassName
{
color: #C005F2;
}
.AnyTagClassName
{
color: #C005F2;
}
</style>
background-color css
<style>
a { background-color: #C005F2; }
a { background-color: rgb(192,5,242); }
div.DivClassName
{
background-color: #C005F2;
}
.BgClassName
{
background-color: #C005F2;
}
</style>
border-color css
<style>
span { border-color: #C005F2; }
span { border-color: rgb(192,5,242); }
td.TdClassName
{
border-color: #C005F2;
}
.TagClassName
{
border-color: #C005F2;
}
</style>