Shades of Electric Purple #C001FD
Tints of Electric Purple #C001FD
RGB
CMYK
RGB Variations
Color information
#C001FD (or 0xC001FD) is known color: Electric Purple. HEX triplet: C0, 01 and FD. RGB value is (192,1,253). Sum of RGB (Red+Green+Blue) = 192+1+253=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #C001FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001FD is #3FFE02. Grayscale: #565656. Windows color (decimal): -4193795 or 16581056. OLE color: 16581056.
HSL color Cylindrical-coordinate representation of color #C001FD: hue angle of 285.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001FD is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 1 | 253 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.01 |
| HSL | 285.48º | 0.99% | 0.5% | - |
| HSV(B) | 285.48º | 1% | 0.99% | - |
| XYZ | 39.48 | 18.32 | 94.38 | - |
| YUV | 86.84 | 221.78 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 253 | 0.24 | 1.00 | 0 | 0.01 | 285.48 | 0.99 | 0.5 |
| Hex | C0 | 1 | FD | 18 | 64 | 0 | 1 | 11D | 63 | 32 |
| Octal | 300 | 1 | 375 | 30 | 144 | 0 | 1 | 435 | 143 | 62 |
| Binary | 11000000 | 1 | 11111101 | 11000 | 1100100 | 0 | 1 | 100011101 | 1100011 | 110010 |
Color Harmonies of #C001FD
Complementary color
Monochromatic Colors of #C001FD
Black with #C001FD
Text Example
Text Example
White with #C001FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001FD; }
p { color: rgb(192,1,253); }
H1.HeaderClassName
{
color: #C001FD;
}
.AnyTagClassName
{
color: #C001FD;
}
</style>
background-color css
<style>
a { background-color: #C001FD; }
a { background-color: rgb(192,1,253); }
div.DivClassName
{
background-color: #C001FD;
}
.BgClassName
{
background-color: #C001FD;
}
</style>
border-color css
<style>
span { border-color: #C001FD; }
span { border-color: rgb(192,1,253); }
td.TdClassName
{
border-color: #C001FD;
}
.TagClassName
{
border-color: #C001FD;
}
</style>