Shades of Electric Purple #C403FC
Tints of Electric Purple #C403FC
RGB
CMYK
RGB Variations
Color information
#C403FC (or 0xC403FC) is known color: Electric Purple. HEX triplet: C4, 03 and FC. RGB value is (196,3,252). Sum of RGB (Red+Green+Blue) = 196+3+252=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #C403FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FC is #3BFC03. Grayscale: #585858. Windows color (decimal): -3931140 or 16516036. OLE color: 16516036.
HSL color Cylindrical-coordinate representation of color #C403FC: hue angle of 286.51º 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 #C403FC is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 3 | 252 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.01 |
| HSL | 286.51º | 0.98% | 0.5% | - |
| HSV(B) | 286.51º | 0.99% | 0.99% | - |
| XYZ | 40.37 | 18.83 | 93.6 | - |
| YUV | 89.09 | 219.94 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 252 | 0.22 | 0.99 | 0 | 0.01 | 286.51 | 0.98 | 0.5 |
| Hex | C4 | 3 | FC | 16 | 63 | 0 | 1 | 11F | 62 | 32 |
| Octal | 304 | 3 | 374 | 26 | 143 | 0 | 1 | 437 | 142 | 62 |
| Binary | 11000100 | 11 | 11111100 | 10110 | 1100011 | 0 | 1 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C403FC
Complementary color
Monochromatic Colors of #C403FC
Black with #C403FC
Text Example
Text Example
White with #C403FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403FC; }
p { color: rgb(196,3,252); }
H1.HeaderClassName
{
color: #C403FC;
}
.AnyTagClassName
{
color: #C403FC;
}
</style>
background-color css
<style>
a { background-color: #C403FC; }
a { background-color: rgb(196,3,252); }
div.DivClassName
{
background-color: #C403FC;
}
.BgClassName
{
background-color: #C403FC;
}
</style>
border-color css
<style>
span { border-color: #C403FC; }
span { border-color: rgb(196,3,252); }
td.TdClassName
{
border-color: #C403FC;
}
.TagClassName
{
border-color: #C403FC;
}
</style>