Shades of Electric Purple #C312FA
Tints of Electric Purple #C312FA
RGB
CMYK
RGB Variations
Color information
#C312FA (or 0xC312FA) is known color: Electric Purple. HEX triplet: C3, 12 and FA. RGB value is (195,18,250). Sum of RGB (Red+Green+Blue) = 195+18+250=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C312FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312FA is #3CED05. Grayscale: #606060. Windows color (decimal): -3992838 or 16388803. OLE color: 16388803.
HSL color Cylindrical-coordinate representation of color #C312FA: hue angle of 285.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C312FA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 18 | 250 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.02 |
| HSL | 285.78º | 0.96% | 0.53% | - |
| HSV(B) | 285.78º | 0.93% | 0.98% | - |
| XYZ | 39.98 | 18.94 | 91.99 | - |
| YUV | 97.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 250 | 0.22 | 0.93 | 0 | 0.02 | 285.78 | 0.96 | 0.53 |
| Hex | C3 | 12 | FA | 16 | 5D | 0 | 2 | 11E | 60 | 35 |
| Octal | 303 | 22 | 372 | 26 | 135 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000011 | 10010 | 11111010 | 10110 | 1011101 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C312FA
Complementary color
Monochromatic Colors of #C312FA
Black with #C312FA
Text Example
Text Example
White with #C312FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312FA; }
p { color: rgb(195,18,250); }
H1.HeaderClassName
{
color: #C312FA;
}
.AnyTagClassName
{
color: #C312FA;
}
</style>
background-color css
<style>
a { background-color: #C312FA; }
a { background-color: rgb(195,18,250); }
div.DivClassName
{
background-color: #C312FA;
}
.BgClassName
{
background-color: #C312FA;
}
</style>
border-color css
<style>
span { border-color: #C312FA; }
span { border-color: rgb(195,18,250); }
td.TdClassName
{
border-color: #C312FA;
}
.TagClassName
{
border-color: #C312FA;
}
</style>