Shades of Electric Purple #C003F9
Tints of Electric Purple #C003F9
RGB
CMYK
RGB Variations
Color information
#C003F9 (or 0xC003F9) is known color: Electric Purple. HEX triplet: C0, 03 and F9. RGB value is (192,3,249). Sum of RGB (Red+Green+Blue) = 192+3+249=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #C003F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003F9 is #3FFC06. Grayscale: #565656. Windows color (decimal): -4193287 or 16319424. OLE color: 16319424.
HSL color Cylindrical-coordinate representation of color #C003F9: hue angle of 286.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003F9 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 3 | 249 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.02 |
| HSL | 286.1º | 0.98% | 0.49% | - |
| HSV(B) | 286.1º | 0.99% | 0.98% | - |
| XYZ | 38.87 | 18.11 | 91.07 | - |
| YUV | 87.56 | 219.12 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 249 | 0.23 | 0.99 | 0 | 0.02 | 286.1 | 0.98 | 0.49 |
| Hex | C0 | 3 | F9 | 17 | 63 | 0 | 2 | 11E | 62 | 31 |
| Octal | 300 | 3 | 371 | 27 | 143 | 0 | 2 | 436 | 142 | 61 |
| Binary | 11000000 | 11 | 11111001 | 10111 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110001 |
Color Harmonies of #C003F9
Complementary color
Monochromatic Colors of #C003F9
Black with #C003F9
Text Example
Text Example
White with #C003F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003F9; }
p { color: rgb(192,3,249); }
H1.HeaderClassName
{
color: #C003F9;
}
.AnyTagClassName
{
color: #C003F9;
}
</style>
background-color css
<style>
a { background-color: #C003F9; }
a { background-color: rgb(192,3,249); }
div.DivClassName
{
background-color: #C003F9;
}
.BgClassName
{
background-color: #C003F9;
}
</style>
border-color css
<style>
span { border-color: #C003F9; }
span { border-color: rgb(192,3,249); }
td.TdClassName
{
border-color: #C003F9;
}
.TagClassName
{
border-color: #C003F9;
}
</style>