Shades of Electric Purple #C313FC
Tints of Electric Purple #C313FC
RGB
CMYK
RGB Variations
Color information
#C313FC (or 0xC313FC) is known color: Electric Purple. HEX triplet: C3, 13 and FC. RGB value is (195,19,252). Sum of RGB (Red+Green+Blue) = 195+19+252=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #C313FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313FC is #3CEC03. Grayscale: #616161. Windows color (decimal): -3992580 or 16520131. OLE color: 16520131.
HSL color Cylindrical-coordinate representation of color #C313FC: hue angle of 285.32º 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 #C313FC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 19 | 252 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 285.32º | 0.97% | 0.53% | - |
| HSV(B) | 285.32º | 0.92% | 0.99% | - |
| XYZ | 40.31 | 19.1 | 93.66 | - |
| YUV | 98.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 252 | 0.23 | 0.92 | 0 | 0.01 | 285.32 | 0.97 | 0.53 |
| Hex | C3 | 13 | FC | 17 | 5C | 0 | 1 | 11D | 61 | 35 |
| Octal | 303 | 23 | 374 | 27 | 134 | 0 | 1 | 435 | 141 | 65 |
| Binary | 11000011 | 10011 | 11111100 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100001 | 110101 |
Color Harmonies of #C313FC
Complementary color
Monochromatic Colors of #C313FC
Black with #C313FC
Text Example
Text Example
White with #C313FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313FC; }
p { color: rgb(195,19,252); }
H1.HeaderClassName
{
color: #C313FC;
}
.AnyTagClassName
{
color: #C313FC;
}
</style>
background-color css
<style>
a { background-color: #C313FC; }
a { background-color: rgb(195,19,252); }
div.DivClassName
{
background-color: #C313FC;
}
.BgClassName
{
background-color: #C313FC;
}
</style>
border-color css
<style>
span { border-color: #C313FC; }
span { border-color: rgb(195,19,252); }
td.TdClassName
{
border-color: #C313FC;
}
.TagClassName
{
border-color: #C313FC;
}
</style>