Shades of Electric Purple #C403FF
Tints of Electric Purple #C403FF
RGB
CMYK
RGB Variations
Color information
#C403FF (or 0xC403FF) is known color: Electric Purple. HEX triplet: C4, 03 and FF. RGB value is (196,3,255). Sum of RGB (Red+Green+Blue) = 196+3+255=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #C403FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FF is #3BFC00. Grayscale: #585858. Windows color (decimal): -3931137 or 16712644. OLE color: 16712644.
HSL color Cylindrical-coordinate representation of color #C403FF: hue angle of 285.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403FF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 3 | 255 | - |
| CMYK | 0.23 | 0.99 | 0 | 0 |
| HSL | 285.95º | 1% | 0.51% | - |
| HSV(B) | 285.95º | 0.99% | 1% | - |
| XYZ | 40.85 | 19.02 | 96.13 | - |
| YUV | 89.44 | 221.44 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 255 | 0.23 | 0.99 | 0 | 0 | 285.95 | 1 | 0.51 |
| Hex | C4 | 3 | FF | 17 | 63 | 0 | 0 | 11E | 64 | 33 |
| Octal | 304 | 3 | 377 | 27 | 143 | 0 | 0 | 436 | 144 | 63 |
| Binary | 11000100 | 11 | 11111111 | 10111 | 1100011 | 0 | 0 | 100011110 | 1100100 | 110011 |
Color Harmonies of #C403FF
Complementary color
Monochromatic Colors of #C403FF
Black with #C403FF
Text Example
Text Example
White with #C403FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403FF; }
p { color: rgb(196,3,255); }
H1.HeaderClassName
{
color: #C403FF;
}
.AnyTagClassName
{
color: #C403FF;
}
</style>
background-color css
<style>
a { background-color: #C403FF; }
a { background-color: rgb(196,3,255); }
div.DivClassName
{
background-color: #C403FF;
}
.BgClassName
{
background-color: #C403FF;
}
</style>
border-color css
<style>
span { border-color: #C403FF; }
span { border-color: rgb(196,3,255); }
td.TdClassName
{
border-color: #C403FF;
}
.TagClassName
{
border-color: #C403FF;
}
</style>