Shades of Electric Purple #C102FB
Tints of Electric Purple #C102FB
RGB
CMYK
RGB Variations
Color information
#C102FB (or 0xC102FB) is known color: Electric Purple. HEX triplet: C1, 02 and FB. RGB value is (193,2,251). Sum of RGB (Red+Green+Blue) = 193+2+251=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #C102FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102FB is #3EFD04. Grayscale: #565656. Windows color (decimal): -4128005 or 16450241. OLE color: 16450241.
HSL color Cylindrical-coordinate representation of color #C102FB: hue angle of 286.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102FB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 2 | 251 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.02 |
| HSL | 286.02º | 0.98% | 0.5% | - |
| HSV(B) | 286.02º | 0.99% | 0.98% | - |
| XYZ | 39.43 | 18.35 | 92.73 | - |
| YUV | 87.5 | 220.28 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 251 | 0.23 | 0.99 | 0 | 0.02 | 286.02 | 0.98 | 0.5 |
| Hex | C1 | 2 | FB | 17 | 63 | 0 | 2 | 11E | 62 | 32 |
| Octal | 301 | 2 | 373 | 27 | 143 | 0 | 2 | 436 | 142 | 62 |
| Binary | 11000001 | 10 | 11111011 | 10111 | 1100011 | 0 | 10 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C102FB
Complementary color
Monochromatic Colors of #C102FB
Black with #C102FB
Text Example
Text Example
White with #C102FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102FB; }
p { color: rgb(193,2,251); }
H1.HeaderClassName
{
color: #C102FB;
}
.AnyTagClassName
{
color: #C102FB;
}
</style>
background-color css
<style>
a { background-color: #C102FB; }
a { background-color: rgb(193,2,251); }
div.DivClassName
{
background-color: #C102FB;
}
.BgClassName
{
background-color: #C102FB;
}
</style>
border-color css
<style>
span { border-color: #C102FB; }
span { border-color: rgb(193,2,251); }
td.TdClassName
{
border-color: #C102FB;
}
.TagClassName
{
border-color: #C102FB;
}
</style>