Shades of Electric Purple #C612EA
Tints of Electric Purple #C612EA
RGB
CMYK
RGB Variations
Color information
#C612EA (or 0xC612EA) is known color: Electric Purple. HEX triplet: C6, 12 and EA. RGB value is (198,18,234). Sum of RGB (Red+Green+Blue) = 198+18+234=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C612EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612EA is #39ED15. Grayscale: #5F5F5F. Windows color (decimal): -3796246 or 15340230. OLE color: 15340230.
HSL color Cylindrical-coordinate representation of color #C612EA: hue angle of 290º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C612EA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 18 | 234 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.08 |
| HSL | 290º | 0.86% | 0.49% | - |
| HSV(B) | 290º | 0.92% | 0.92% | - |
| XYZ | 38.36 | 18.38 | 79.37 | - |
| YUV | 96.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 234 | 0.15 | 0.92 | 0 | 0.08 | 290 | 0.86 | 0.49 |
| Hex | C6 | 12 | EA | F | 5C | 0 | 8 | 122 | 56 | 31 |
| Octal | 306 | 22 | 352 | 17 | 134 | 0 | 10 | 442 | 126 | 61 |
| Binary | 11000110 | 10010 | 11101010 | 1111 | 1011100 | 0 | 1000 | 100100010 | 1010110 | 110001 |
Color Harmonies of #C612EA
Complementary color
Monochromatic Colors of #C612EA
Black with #C612EA
Text Example
Text Example
White with #C612EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612EA; }
p { color: rgb(198,18,234); }
H1.HeaderClassName
{
color: #C612EA;
}
.AnyTagClassName
{
color: #C612EA;
}
</style>
background-color css
<style>
a { background-color: #C612EA; }
a { background-color: rgb(198,18,234); }
div.DivClassName
{
background-color: #C612EA;
}
.BgClassName
{
background-color: #C612EA;
}
</style>
border-color css
<style>
span { border-color: #C612EA; }
span { border-color: rgb(198,18,234); }
td.TdClassName
{
border-color: #C612EA;
}
.TagClassName
{
border-color: #C612EA;
}
</style>