Shades of Electric Purple #C612FA
Tints of Electric Purple #C612FA
RGB
CMYK
RGB Variations
Color information
#C612FA (or 0xC612FA) is known color: Electric Purple. HEX triplet: C6, 12 and FA. RGB value is (198,18,250). Sum of RGB (Red+Green+Blue) = 198+18+250=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C612FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612FA is #39ED05. Grayscale: #616161. Windows color (decimal): -3796230 or 16388806. OLE color: 16388806.
HSL color Cylindrical-coordinate representation of color #C612FA: hue angle of 286.55º 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 #C612FA is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 18 | 250 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.02 |
| HSL | 286.55º | 0.96% | 0.53% | - |
| HSV(B) | 286.55º | 0.93% | 0.98% | - |
| XYZ | 40.76 | 19.34 | 92.03 | - |
| YUV | 98.27 | 213.63 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 250 | 0.21 | 0.93 | 0 | 0.02 | 286.55 | 0.96 | 0.53 |
| Hex | C6 | 12 | FA | 15 | 5D | 0 | 2 | 11F | 60 | 35 |
| Octal | 306 | 22 | 372 | 25 | 135 | 0 | 2 | 437 | 140 | 65 |
| Binary | 11000110 | 10010 | 11111010 | 10101 | 1011101 | 0 | 10 | 100011111 | 1100000 | 110101 |
Color Harmonies of #C612FA
Complementary color
Monochromatic Colors of #C612FA
Black with #C612FA
Text Example
Text Example
White with #C612FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612FA; }
p { color: rgb(198,18,250); }
H1.HeaderClassName
{
color: #C612FA;
}
.AnyTagClassName
{
color: #C612FA;
}
</style>
background-color css
<style>
a { background-color: #C612FA; }
a { background-color: rgb(198,18,250); }
div.DivClassName
{
background-color: #C612FA;
}
.BgClassName
{
background-color: #C612FA;
}
</style>
border-color css
<style>
span { border-color: #C612FA; }
span { border-color: rgb(198,18,250); }
td.TdClassName
{
border-color: #C612FA;
}
.TagClassName
{
border-color: #C612FA;
}
</style>