Shades of Electric Purple #C108F3
Tints of Electric Purple #C108F3
RGB
CMYK
RGB Variations
Color information
#C108F3 (or 0xC108F3) is known color: Electric Purple. HEX triplet: C1, 08 and F3. RGB value is (193,8,243). Sum of RGB (Red+Green+Blue) = 193+8+243=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #C108F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C108F3 is #3EF70C. Grayscale: #595959. Windows color (decimal): -4126477 or 15927489. OLE color: 15927489.
HSL color Cylindrical-coordinate representation of color #C108F3: hue angle of 287.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C108F3 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 8 | 243 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.05 |
| HSL | 287.23º | 0.94% | 0.49% | - |
| HSV(B) | 287.23º | 0.97% | 0.95% | - |
| XYZ | 38.26 | 17.98 | 86.25 | - |
| YUV | 90.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 243 | 0.21 | 0.97 | 0 | 0.05 | 287.23 | 0.94 | 0.49 |
| Hex | C1 | 8 | F3 | 15 | 61 | 0 | 5 | 11F | 5E | 31 |
| Octal | 301 | 10 | 363 | 25 | 141 | 0 | 5 | 437 | 136 | 61 |
| Binary | 11000001 | 1000 | 11110011 | 10101 | 1100001 | 0 | 101 | 100011111 | 1011110 | 110001 |
Color Harmonies of #C108F3
Complementary color
Monochromatic Colors of #C108F3
Black with #C108F3
Text Example
Text Example
White with #C108F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C108F3; }
p { color: rgb(193,8,243); }
H1.HeaderClassName
{
color: #C108F3;
}
.AnyTagClassName
{
color: #C108F3;
}
</style>
background-color css
<style>
a { background-color: #C108F3; }
a { background-color: rgb(193,8,243); }
div.DivClassName
{
background-color: #C108F3;
}
.BgClassName
{
background-color: #C108F3;
}
</style>
border-color css
<style>
span { border-color: #C108F3; }
span { border-color: rgb(193,8,243); }
td.TdClassName
{
border-color: #C108F3;
}
.TagClassName
{
border-color: #C108F3;
}
</style>