Shades of Electric Purple #C403FE
Tints of Electric Purple #C403FE
RGB
CMYK
RGB Variations
Color information
#C403FE (or 0xC403FE) is known color: Electric Purple. HEX triplet: C4, 03 and FE. RGB value is (196,3,254). Sum of RGB (Red+Green+Blue) = 196+3+254=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #C403FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FE is #3BFC01. Grayscale: #585858. Windows color (decimal): -3931138 or 16647108. OLE color: 16647108.
HSL color Cylindrical-coordinate representation of color #C403FE: hue angle of 286.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403FE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 3 | 254 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.00 |
| HSL | 286.14º | 0.99% | 0.5% | - |
| HSV(B) | 286.14º | 0.99% | 1% | - |
| XYZ | 40.69 | 18.96 | 95.28 | - |
| YUV | 89.32 | 220.94 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 254 | 0.23 | 0.99 | 0 | 0.00 | 286.14 | 0.99 | 0.5 |
| Hex | C4 | 3 | FE | 17 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 304 | 3 | 376 | 27 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000100 | 11 | 11111110 | 10111 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C403FE
Complementary color
Monochromatic Colors of #C403FE
Black with #C403FE
Text Example
Text Example
White with #C403FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403FE; }
p { color: rgb(196,3,254); }
H1.HeaderClassName
{
color: #C403FE;
}
.AnyTagClassName
{
color: #C403FE;
}
</style>
background-color css
<style>
a { background-color: #C403FE; }
a { background-color: rgb(196,3,254); }
div.DivClassName
{
background-color: #C403FE;
}
.BgClassName
{
background-color: #C403FE;
}
</style>
border-color css
<style>
span { border-color: #C403FE; }
span { border-color: rgb(196,3,254); }
td.TdClassName
{
border-color: #C403FE;
}
.TagClassName
{
border-color: #C403FE;
}
</style>