Shades of Electric Purple #C504F3
Tints of Electric Purple #C504F3
RGB
CMYK
RGB Variations
Color information
#C504F3 (or 0xC504F3) is known color: Electric Purple. HEX triplet: C5, 04 and F3. RGB value is (197,4,243). Sum of RGB (Red+Green+Blue) = 197+4+243=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #C504F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C504F3 is #3AFB0C. Grayscale: #585858. Windows color (decimal): -3865357 or 15926469. OLE color: 15926469.
HSL color Cylindrical-coordinate representation of color #C504F3: hue angle of 288.45º degrees, saturation: 0.97, 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 #C504F3 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 4 | 243 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.05 |
| HSL | 288.45º | 0.97% | 0.48% | - |
| HSV(B) | 288.45º | 0.98% | 0.95% | - |
| XYZ | 39.25 | 18.43 | 86.28 | - |
| YUV | 88.95 | 214.94 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 243 | 0.19 | 0.98 | 0 | 0.05 | 288.45 | 0.97 | 0.48 |
| Hex | C5 | 4 | F3 | 13 | 62 | 0 | 5 | 120 | 61 | 30 |
| Octal | 305 | 4 | 363 | 23 | 142 | 0 | 5 | 440 | 141 | 60 |
| Binary | 11000101 | 100 | 11110011 | 10011 | 1100010 | 0 | 101 | 100100000 | 1100001 | 110000 |
Color Harmonies of #C504F3
Complementary color
Monochromatic Colors of #C504F3
Black with #C504F3
Text Example
Text Example
White with #C504F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504F3; }
p { color: rgb(197,4,243); }
H1.HeaderClassName
{
color: #C504F3;
}
.AnyTagClassName
{
color: #C504F3;
}
</style>
background-color css
<style>
a { background-color: #C504F3; }
a { background-color: rgb(197,4,243); }
div.DivClassName
{
background-color: #C504F3;
}
.BgClassName
{
background-color: #C504F3;
}
</style>
border-color css
<style>
span { border-color: #C504F3; }
span { border-color: rgb(197,4,243); }
td.TdClassName
{
border-color: #C504F3;
}
.TagClassName
{
border-color: #C504F3;
}
</style>