Shades of Electric Purple #C102FD
Tints of Electric Purple #C102FD
RGB
CMYK
RGB Variations
Color information
#C102FD (or 0xC102FD) is known color: Electric Purple. HEX triplet: C1, 02 and FD. RGB value is (193,2,253). Sum of RGB (Red+Green+Blue) = 193+2+253=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #C102FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102FD is #3EFD02. Grayscale: #565656. Windows color (decimal): -4128003 or 16581313. OLE color: 16581313.
HSL color Cylindrical-coordinate representation of color #C102FD: hue angle of 285.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102FD is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 2 | 253 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.01 |
| HSL | 285.66º | 0.98% | 0.5% | - |
| HSV(B) | 285.66º | 0.99% | 0.99% | - |
| XYZ | 39.74 | 18.47 | 94.4 | - |
| YUV | 87.72 | 221.28 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 253 | 0.24 | 0.99 | 0 | 0.01 | 285.66 | 0.98 | 0.5 |
| Hex | C1 | 2 | FD | 18 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 301 | 2 | 375 | 30 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000001 | 10 | 11111101 | 11000 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C102FD
Complementary color
Monochromatic Colors of #C102FD
Black with #C102FD
Text Example
Text Example
White with #C102FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C102FD; }
p { color: rgb(193,2,253); }
H1.HeaderClassName
{
color: #C102FD;
}
.AnyTagClassName
{
color: #C102FD;
}
</style>
background-color css
<style>
a { background-color: #C102FD; }
a { background-color: rgb(193,2,253); }
div.DivClassName
{
background-color: #C102FD;
}
.BgClassName
{
background-color: #C102FD;
}
</style>
border-color css
<style>
span { border-color: #C102FD; }
span { border-color: rgb(193,2,253); }
td.TdClassName
{
border-color: #C102FD;
}
.TagClassName
{
border-color: #C102FD;
}
</style>