Shades of Electric Purple #C000FD
Tints of Electric Purple #C000FD
RGB
CMYK
RGB Variations
Color information
#C000FD (or 0xC000FD) is known color: Electric Purple. HEX triplet: C0, 00 and FD. RGB value is (192,0,253). Sum of RGB (Red+Green+Blue) = 192+0+253=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #C000FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000FD is #3FFF02. Grayscale: #555555. Windows color (decimal): -4194051 or 16580800. OLE color: 16580800.
HSL color Cylindrical-coordinate representation of color #C000FD: hue angle of 285.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000FD is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 0 | 253 | - |
| CMYK | 0.24 | 1 | 0 | 0.01 |
| HSL | 285.53º | 1% | 0.5% | - |
| HSV(B) | 285.53º | 1% | 0.99% | - |
| XYZ | 39.47 | 18.3 | 94.38 | - |
| YUV | 86.25 | 222.11 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 253 | 0.24 | 1 | 0 | 0.01 | 285.53 | 1 | 0.5 |
| Hex | C0 | 0 | FD | 18 | 64 | 0 | 1 | 11E | 64 | 32 |
| Octal | 300 | 0 | 375 | 30 | 144 | 0 | 1 | 436 | 144 | 62 |
| Binary | 11000000 | 0 | 11111101 | 11000 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C000FD
Complementary color
Monochromatic Colors of #C000FD
Black with #C000FD
Text Example
Text Example
White with #C000FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000FD; }
p { color: rgb(192,0,253); }
H1.HeaderClassName
{
color: #C000FD;
}
.AnyTagClassName
{
color: #C000FD;
}
</style>
background-color css
<style>
a { background-color: #C000FD; }
a { background-color: rgb(192,0,253); }
div.DivClassName
{
background-color: #C000FD;
}
.BgClassName
{
background-color: #C000FD;
}
</style>
border-color css
<style>
span { border-color: #C000FD; }
span { border-color: rgb(192,0,253); }
td.TdClassName
{
border-color: #C000FD;
}
.TagClassName
{
border-color: #C000FD;
}
</style>