Shades of Electric Purple #C10CE4
Tints of Electric Purple #C10CE4
RGB
CMYK
RGB Variations
Color information
#C10CE4 (or 0xC10CE4) is known color: Electric Purple. HEX triplet: C1, 0C and E4. RGB value is (193,12,228). Sum of RGB (Red+Green+Blue) = 193+12+228=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #C10CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CE4 is #3EF31B. Grayscale: #5A5A5A. Windows color (decimal): -4125468 or 14945473. OLE color: 14945473.
HSL color Cylindrical-coordinate representation of color #C10CE4: hue angle of 290.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CE4 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 12 | 228 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.11 |
| HSL | 290.28º | 0.9% | 0.47% | - |
| HSV(B) | 290.28º | 0.95% | 0.89% | - |
| XYZ | 36.13 | 17.2 | 74.81 | - |
| YUV | 90.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 228 | 0.15 | 0.95 | 0 | 0.11 | 290.28 | 0.9 | 0.47 |
| Hex | C1 | C | E4 | F | 5F | 0 | B | 122 | 5A | 2F |
| Octal | 301 | 14 | 344 | 17 | 137 | 0 | 13 | 442 | 132 | 57 |
| Binary | 11000001 | 1100 | 11100100 | 1111 | 1011111 | 0 | 1011 | 100100010 | 1011010 | 101111 |
Color Harmonies of #C10CE4
Complementary color
Monochromatic Colors of #C10CE4
Black with #C10CE4
Text Example
Text Example
White with #C10CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CE4; }
p { color: rgb(193,12,228); }
H1.HeaderClassName
{
color: #C10CE4;
}
.AnyTagClassName
{
color: #C10CE4;
}
</style>
background-color css
<style>
a { background-color: #C10CE4; }
a { background-color: rgb(193,12,228); }
div.DivClassName
{
background-color: #C10CE4;
}
.BgClassName
{
background-color: #C10CE4;
}
</style>
border-color css
<style>
span { border-color: #C10CE4; }
span { border-color: rgb(193,12,228); }
td.TdClassName
{
border-color: #C10CE4;
}
.TagClassName
{
border-color: #C10CE4;
}
</style>