Shades of Electric Purple #C403FD
Tints of Electric Purple #C403FD
RGB
CMYK
RGB Variations
Color information
#C403FD (or 0xC403FD) is known color: Electric Purple. HEX triplet: C4, 03 and FD. RGB value is (196,3,253). Sum of RGB (Red+Green+Blue) = 196+3+253=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #C403FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FD is #3BFC02. Grayscale: #585858. Windows color (decimal): -3931139 or 16581572. OLE color: 16581572.
HSL color Cylindrical-coordinate representation of color #C403FD: hue angle of 286.32º 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 #C403FD is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 3 | 253 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.01 |
| HSL | 286.32º | 0.98% | 0.5% | - |
| HSV(B) | 286.32º | 0.99% | 0.99% | - |
| XYZ | 40.53 | 18.89 | 94.44 | - |
| YUV | 89.21 | 220.44 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 253 | 0.23 | 0.99 | 0 | 0.01 | 286.32 | 0.98 | 0.5 |
| Hex | C4 | 3 | FD | 17 | 63 | 0 | 1 | 11E | 62 | 32 |
| Octal | 304 | 3 | 375 | 27 | 143 | 0 | 1 | 436 | 142 | 62 |
| Binary | 11000100 | 11 | 11111101 | 10111 | 1100011 | 0 | 1 | 100011110 | 1100010 | 110010 |
Color Harmonies of #C403FD
Complementary color
Monochromatic Colors of #C403FD
Black with #C403FD
Text Example
Text Example
White with #C403FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403FD; }
p { color: rgb(196,3,253); }
H1.HeaderClassName
{
color: #C403FD;
}
.AnyTagClassName
{
color: #C403FD;
}
</style>
background-color css
<style>
a { background-color: #C403FD; }
a { background-color: rgb(196,3,253); }
div.DivClassName
{
background-color: #C403FD;
}
.BgClassName
{
background-color: #C403FD;
}
</style>
border-color css
<style>
span { border-color: #C403FD; }
span { border-color: rgb(196,3,253); }
td.TdClassName
{
border-color: #C403FD;
}
.TagClassName
{
border-color: #C403FD;
}
</style>