Shades of Electric Purple #C103F6
Tints of Electric Purple #C103F6
RGB
CMYK
RGB Variations
Color information
#C103F6 (or 0xC103F6) is known color: Electric Purple. HEX triplet: C1, 03 and F6. RGB value is (193,3,246). Sum of RGB (Red+Green+Blue) = 193+3+246=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #C103F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103F6 is #3EFC09. Grayscale: #565656. Windows color (decimal): -4127754 or 16122817. OLE color: 16122817.
HSL color Cylindrical-coordinate representation of color #C103F6: hue angle of 286.91º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C103F6 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 3 | 246 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.04 |
| HSL | 286.91º | 0.98% | 0.49% | - |
| HSV(B) | 286.91º | 0.99% | 0.96% | - |
| XYZ | 38.66 | 18.06 | 88.64 | - |
| YUV | 87.51 | 217.45 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 246 | 0.22 | 0.99 | 0 | 0.04 | 286.91 | 0.98 | 0.49 |
| Hex | C1 | 3 | F6 | 16 | 63 | 0 | 4 | 11F | 62 | 31 |
| Octal | 301 | 3 | 366 | 26 | 143 | 0 | 4 | 437 | 142 | 61 |
| Binary | 11000001 | 11 | 11110110 | 10110 | 1100011 | 0 | 100 | 100011111 | 1100010 | 110001 |
Color Harmonies of #C103F6
Complementary color
Monochromatic Colors of #C103F6
Black with #C103F6
Text Example
Text Example
White with #C103F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103F6; }
p { color: rgb(193,3,246); }
H1.HeaderClassName
{
color: #C103F6;
}
.AnyTagClassName
{
color: #C103F6;
}
</style>
background-color css
<style>
a { background-color: #C103F6; }
a { background-color: rgb(193,3,246); }
div.DivClassName
{
background-color: #C103F6;
}
.BgClassName
{
background-color: #C103F6;
}
</style>
border-color css
<style>
span { border-color: #C103F6; }
span { border-color: rgb(193,3,246); }
td.TdClassName
{
border-color: #C103F6;
}
.TagClassName
{
border-color: #C103F6;
}
</style>