Shades of Electric Purple #C10BED
Tints of Electric Purple #C10BED
RGB
CMYK
RGB Variations
Color information
#C10BED (or 0xC10BED) is known color: Electric Purple. HEX triplet: C1, 0B and ED. RGB value is (193,11,237). Sum of RGB (Red+Green+Blue) = 193+11+237=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C10BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BED is #3EF412. Grayscale: #5A5A5A. Windows color (decimal): -4125715 or 15535041. OLE color: 15535041.
HSL color Cylindrical-coordinate representation of color #C10BED: hue angle of 288.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 11 | 237 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 288.32º | 0.91% | 0.49% | - |
| HSV(B) | 288.32º | 0.95% | 0.93% | - |
| XYZ | 37.4 | 17.69 | 81.56 | - |
| YUV | 91.18 | 210.3 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 237 | 0.19 | 0.95 | 0 | 0.07 | 288.32 | 0.91 | 0.49 |
| Hex | C1 | B | ED | 13 | 5F | 0 | 7 | 120 | 5B | 31 |
| Octal | 301 | 13 | 355 | 23 | 137 | 0 | 7 | 440 | 133 | 61 |
| Binary | 11000001 | 1011 | 11101101 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011011 | 110001 |
Color Harmonies of #C10BED
Complementary color
Monochromatic Colors of #C10BED
Black with #C10BED
Text Example
Text Example
White with #C10BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BED; }
p { color: rgb(193,11,237); }
H1.HeaderClassName
{
color: #C10BED;
}
.AnyTagClassName
{
color: #C10BED;
}
</style>
background-color css
<style>
a { background-color: #C10BED; }
a { background-color: rgb(193,11,237); }
div.DivClassName
{
background-color: #C10BED;
}
.BgClassName
{
background-color: #C10BED;
}
</style>
border-color css
<style>
span { border-color: #C10BED; }
span { border-color: rgb(193,11,237); }
td.TdClassName
{
border-color: #C10BED;
}
.TagClassName
{
border-color: #C10BED;
}
</style>