Shades of Electric Purple #C10CFE
Tints of Electric Purple #C10CFE
RGB
CMYK
RGB Variations
Color information
#C10CFE (or 0xC10CFE) is known color: Electric Purple. HEX triplet: C1, 0C and FE. RGB value is (193,12,254). Sum of RGB (Red+Green+Blue) = 193+12+254=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #C10CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CFE is #3EF301. Grayscale: #5C5C5C. Windows color (decimal): -4125442 or 16649409. OLE color: 16649409.
HSL color Cylindrical-coordinate representation of color #C10CFE: hue angle of 284.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CFE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 12 | 254 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.00 |
| HSL | 284.88º | 0.99% | 0.52% | - |
| HSV(B) | 284.88º | 0.95% | 1% | - |
| XYZ | 40.01 | 18.76 | 95.28 | - |
| YUV | 93.71 | 218.47 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 254 | 0.24 | 0.95 | 0 | 0.00 | 284.88 | 0.99 | 0.52 |
| Hex | C1 | C | FE | 18 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 301 | 14 | 376 | 30 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000001 | 1100 | 11111110 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C10CFE
Complementary color
Monochromatic Colors of #C10CFE
Black with #C10CFE
Text Example
Text Example
White with #C10CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CFE; }
p { color: rgb(193,12,254); }
H1.HeaderClassName
{
color: #C10CFE;
}
.AnyTagClassName
{
color: #C10CFE;
}
</style>
background-color css
<style>
a { background-color: #C10CFE; }
a { background-color: rgb(193,12,254); }
div.DivClassName
{
background-color: #C10CFE;
}
.BgClassName
{
background-color: #C10CFE;
}
</style>
border-color css
<style>
span { border-color: #C10CFE; }
span { border-color: rgb(193,12,254); }
td.TdClassName
{
border-color: #C10CFE;
}
.TagClassName
{
border-color: #C10CFE;
}
</style>