Shades of Electric Purple #C10BFE
Tints of Electric Purple #C10BFE
RGB
CMYK
RGB Variations
Color information
#C10BFE (or 0xC10BFE) is known color: Electric Purple. HEX triplet: C1, 0B and FE. RGB value is (193,11,254). Sum of RGB (Red+Green+Blue) = 193+11+254=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C10BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BFE is #3EF401. Grayscale: #5C5C5C. Windows color (decimal): -4125698 or 16649153. OLE color: 16649153.
HSL color Cylindrical-coordinate representation of color #C10BFE: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10BFE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 11 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 284.94º | 0.99% | 0.52% | - |
| HSV(B) | 284.94º | 0.96% | 1% | - |
| XYZ | 40 | 18.73 | 95.27 | - |
| YUV | 93.12 | 218.8 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 254 | 0.24 | 0.96 | 0 | 0.00 | 284.94 | 0.99 | 0.52 |
| Hex | C1 | B | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 301 | 13 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000001 | 1011 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C10BFE
Complementary color
Monochromatic Colors of #C10BFE
Black with #C10BFE
Text Example
Text Example
White with #C10BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BFE; }
p { color: rgb(193,11,254); }
H1.HeaderClassName
{
color: #C10BFE;
}
.AnyTagClassName
{
color: #C10BFE;
}
</style>
background-color css
<style>
a { background-color: #C10BFE; }
a { background-color: rgb(193,11,254); }
div.DivClassName
{
background-color: #C10BFE;
}
.BgClassName
{
background-color: #C10BFE;
}
</style>
border-color css
<style>
span { border-color: #C10BFE; }
span { border-color: rgb(193,11,254); }
td.TdClassName
{
border-color: #C10BFE;
}
.TagClassName
{
border-color: #C10BFE;
}
</style>