Shades of Electric Purple #C10FFB
Tints of Electric Purple #C10FFB
RGB
CMYK
RGB Variations
Color information
#C10FFB (or 0xC10FFB) is known color: Electric Purple. HEX triplet: C1, 0F and FB. RGB value is (193,15,251). Sum of RGB (Red+Green+Blue) = 193+15+251=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C10FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FFB is #3EF004. Grayscale: #5E5E5E. Windows color (decimal): -4124677 or 16453569. OLE color: 16453569.
HSL color Cylindrical-coordinate representation of color #C10FFB: hue angle of 285.25º degrees, saturation: 0.97, 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 #C10FFB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 15 | 251 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.02 |
| HSL | 285.25º | 0.97% | 0.52% | - |
| HSV(B) | 285.25º | 0.94% | 0.98% | - |
| XYZ | 39.58 | 18.64 | 92.78 | - |
| YUV | 95.13 | 215.97 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 251 | 0.23 | 0.94 | 0 | 0.02 | 285.25 | 0.97 | 0.52 |
| Hex | C1 | F | FB | 17 | 5E | 0 | 2 | 11D | 61 | 34 |
| Octal | 301 | 17 | 373 | 27 | 136 | 0 | 2 | 435 | 141 | 64 |
| Binary | 11000001 | 1111 | 11111011 | 10111 | 1011110 | 0 | 10 | 100011101 | 1100001 | 110100 |
Color Harmonies of #C10FFB
Complementary color
Monochromatic Colors of #C10FFB
Black with #C10FFB
Text Example
Text Example
White with #C10FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FFB; }
p { color: rgb(193,15,251); }
H1.HeaderClassName
{
color: #C10FFB;
}
.AnyTagClassName
{
color: #C10FFB;
}
</style>
background-color css
<style>
a { background-color: #C10FFB; }
a { background-color: rgb(193,15,251); }
div.DivClassName
{
background-color: #C10FFB;
}
.BgClassName
{
background-color: #C10FFB;
}
</style>
border-color css
<style>
span { border-color: #C10FFB; }
span { border-color: rgb(193,15,251); }
td.TdClassName
{
border-color: #C10FFB;
}
.TagClassName
{
border-color: #C10FFB;
}
</style>