Shades of Electric Purple #C10FF9
Tints of Electric Purple #C10FF9
RGB
CMYK
RGB Variations
Color information
#C10FF9 (or 0xC10FF9) is known color: Electric Purple. HEX triplet: C1, 0F and F9. RGB value is (193,15,249). Sum of RGB (Red+Green+Blue) = 193+15+249=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #C10FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FF9 is #3EF006. Grayscale: #5E5E5E. Windows color (decimal): -4124679 or 16322497. OLE color: 16322497.
HSL color Cylindrical-coordinate representation of color #C10FF9: hue angle of 285.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FF9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 15 | 249 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 285.64º | 0.95% | 0.52% | - |
| HSV(B) | 285.64º | 0.94% | 0.98% | - |
| XYZ | 39.26 | 18.52 | 91.13 | - |
| YUV | 94.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 249 | 0.22 | 0.94 | 0 | 0.02 | 285.64 | 0.95 | 0.52 |
| Hex | C1 | F | F9 | 16 | 5E | 0 | 2 | 11E | 5F | 34 |
| Octal | 301 | 17 | 371 | 26 | 136 | 0 | 2 | 436 | 137 | 64 |
| Binary | 11000001 | 1111 | 11111001 | 10110 | 1011110 | 0 | 10 | 100011110 | 1011111 | 110100 |
Color Harmonies of #C10FF9
Complementary color
Monochromatic Colors of #C10FF9
Black with #C10FF9
Text Example
Text Example
White with #C10FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FF9; }
p { color: rgb(193,15,249); }
H1.HeaderClassName
{
color: #C10FF9;
}
.AnyTagClassName
{
color: #C10FF9;
}
</style>
background-color css
<style>
a { background-color: #C10FF9; }
a { background-color: rgb(193,15,249); }
div.DivClassName
{
background-color: #C10FF9;
}
.BgClassName
{
background-color: #C10FF9;
}
</style>
border-color css
<style>
span { border-color: #C10FF9; }
span { border-color: rgb(193,15,249); }
td.TdClassName
{
border-color: #C10FF9;
}
.TagClassName
{
border-color: #C10FF9;
}
</style>