Shades of Electric Purple #C105FF
Tints of Electric Purple #C105FF
RGB
CMYK
RGB Variations
Color information
#C105FF (or 0xC105FF) is known color: Electric Purple. HEX triplet: C1, 05 and FF. RGB value is (193,5,255). Sum of RGB (Red+Green+Blue) = 193+5+255=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #C105FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105FF is #3EFA00. Grayscale: #585858. Windows color (decimal): -4127233 or 16713153. OLE color: 16713153.
HSL color Cylindrical-coordinate representation of color #C105FF: hue angle of 285.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105FF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 5 | 255 | - |
| CMYK | 0.24 | 0.98 | 0 | 0 |
| HSL | 285.12º | 1% | 0.51% | - |
| HSV(B) | 285.12º | 0.98% | 1% | - |
| XYZ | 40.1 | 18.67 | 96.1 | - |
| YUV | 89.71 | 221.28 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 255 | 0.24 | 0.98 | 0 | 0 | 285.12 | 1 | 0.51 |
| Hex | C1 | 5 | FF | 18 | 62 | 0 | 0 | 11D | 64 | 33 |
| Octal | 301 | 5 | 377 | 30 | 142 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000001 | 101 | 11111111 | 11000 | 1100010 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C105FF
Complementary color
Monochromatic Colors of #C105FF
Black with #C105FF
Text Example
Text Example
White with #C105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105FF; }
p { color: rgb(193,5,255); }
H1.HeaderClassName
{
color: #C105FF;
}
.AnyTagClassName
{
color: #C105FF;
}
</style>
background-color css
<style>
a { background-color: #C105FF; }
a { background-color: rgb(193,5,255); }
div.DivClassName
{
background-color: #C105FF;
}
.BgClassName
{
background-color: #C105FF;
}
</style>
border-color css
<style>
span { border-color: #C105FF; }
span { border-color: rgb(193,5,255); }
td.TdClassName
{
border-color: #C105FF;
}
.TagClassName
{
border-color: #C105FF;
}
</style>