Shades of Electric Purple #C314FC
Tints of Electric Purple #C314FC
RGB
CMYK
RGB Variations
Color information
#C314FC (or 0xC314FC) is known color: Electric Purple. HEX triplet: C3, 14 and FC. RGB value is (195,20,252). Sum of RGB (Red+Green+Blue) = 195+20+252=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #C314FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314FC is #3CEB03. Grayscale: #626262. Windows color (decimal): -3992324 or 16520387. OLE color: 16520387.
HSL color Cylindrical-coordinate representation of color #C314FC: hue angle of 285.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C314FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 20 | 252 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 285.26º | 0.97% | 0.53% | - |
| HSV(B) | 285.26º | 0.92% | 0.99% | - |
| XYZ | 40.33 | 19.13 | 93.66 | - |
| YUV | 98.77 | 214.48 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 252 | 0.23 | 0.92 | 0 | 0.01 | 285.26 | 0.97 | 0.53 |
| Hex | C3 | 14 | FC | 17 | 5C | 0 | 1 | 11D | 61 | 35 |
| Octal | 303 | 24 | 374 | 27 | 134 | 0 | 1 | 435 | 141 | 65 |
| Binary | 11000011 | 10100 | 11111100 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C314FC
Complementary color
Monochromatic Colors of #C314FC
Black with #C314FC
Text Example
Text Example
White with #C314FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314FC; }
p { color: rgb(195,20,252); }
H1.HeaderClassName
{
color: #C314FC;
}
.AnyTagClassName
{
color: #C314FC;
}
</style>
background-color css
<style>
a { background-color: #C314FC; }
a { background-color: rgb(195,20,252); }
div.DivClassName
{
background-color: #C314FC;
}
.BgClassName
{
background-color: #C314FC;
}
</style>
border-color css
<style>
span { border-color: #C314FC; }
span { border-color: rgb(195,20,252); }
td.TdClassName
{
border-color: #C314FC;
}
.TagClassName
{
border-color: #C314FC;
}
</style>