Shades of Electric Purple #C10BFC
Tints of Electric Purple #C10BFC
RGB
CMYK
RGB Variations
Color information
#C10BFC (or 0xC10BFC) is known color: Electric Purple. HEX triplet: C1, 0B and FC. RGB value is (193,11,252). Sum of RGB (Red+Green+Blue) = 193+11+252=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C10BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BFC is #3EF403. Grayscale: #5C5C5C. Windows color (decimal): -4125700 or 16518081. OLE color: 16518081.
HSL color Cylindrical-coordinate representation of color #C10BFC: hue angle of 285.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10BFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 11 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.31º | 0.98% | 0.52% | - |
| HSV(B) | 285.31º | 0.96% | 0.99% | - |
| XYZ | 39.68 | 18.61 | 93.6 | - |
| YUV | 92.89 | 217.8 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.31 | 0.98 | 0.52 |
| Hex | C1 | B | FC | 17 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 301 | 13 | 374 | 27 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000001 | 1011 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C10BFC
Complementary color
Monochromatic Colors of #C10BFC
Black with #C10BFC
Text Example
Text Example
White with #C10BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BFC; }
p { color: rgb(193,11,252); }
H1.HeaderClassName
{
color: #C10BFC;
}
.AnyTagClassName
{
color: #C10BFC;
}
</style>
background-color css
<style>
a { background-color: #C10BFC; }
a { background-color: rgb(193,11,252); }
div.DivClassName
{
background-color: #C10BFC;
}
.BgClassName
{
background-color: #C10BFC;
}
</style>
border-color css
<style>
span { border-color: #C10BFC; }
span { border-color: rgb(193,11,252); }
td.TdClassName
{
border-color: #C10BFC;
}
.TagClassName
{
border-color: #C10BFC;
}
</style>