Shades of Electric Purple #C105F4
Tints of Electric Purple #C105F4
RGB
CMYK
RGB Variations
Color information
#C105F4 (or 0xC105F4) is known color: Electric Purple. HEX triplet: C1, 05 and F4. RGB value is (193,5,244). Sum of RGB (Red+Green+Blue) = 193+5+244=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #C105F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105F4 is #3EFA0B. Grayscale: #575757. Windows color (decimal): -4127244 or 15992257. OLE color: 15992257.
HSL color Cylindrical-coordinate representation of color #C105F4: hue angle of 287.2º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105F4 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 5 | 244 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.04 |
| HSL | 287.2º | 0.96% | 0.49% | - |
| HSV(B) | 287.2º | 0.98% | 0.96% | - |
| XYZ | 38.38 | 17.98 | 87.04 | - |
| YUV | 88.46 | 215.78 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 244 | 0.21 | 0.98 | 0 | 0.04 | 287.2 | 0.96 | 0.49 |
| Hex | C1 | 5 | F4 | 15 | 62 | 0 | 4 | 11F | 60 | 31 |
| Octal | 301 | 5 | 364 | 25 | 142 | 0 | 4 | 437 | 140 | 61 |
| Binary | 11000001 | 101 | 11110100 | 10101 | 1100010 | 0 | 100 | 100011111 | 1100000 | 110001 |
Color Harmonies of #C105F4
Complementary color
Monochromatic Colors of #C105F4
Black with #C105F4
Text Example
Text Example
White with #C105F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105F4; }
p { color: rgb(193,5,244); }
H1.HeaderClassName
{
color: #C105F4;
}
.AnyTagClassName
{
color: #C105F4;
}
</style>
background-color css
<style>
a { background-color: #C105F4; }
a { background-color: rgb(193,5,244); }
div.DivClassName
{
background-color: #C105F4;
}
.BgClassName
{
background-color: #C105F4;
}
</style>
border-color css
<style>
span { border-color: #C105F4; }
span { border-color: rgb(193,5,244); }
td.TdClassName
{
border-color: #C105F4;
}
.TagClassName
{
border-color: #C105F4;
}
</style>