Shades of Electric Purple #C903FA
Tints of Electric Purple #C903FA
RGB
CMYK
RGB Variations
Color information
#C903FA (or 0xC903FA) is known color: Electric Purple. HEX triplet: C9, 03 and FA. RGB value is (201,3,250). Sum of RGB (Red+Green+Blue) = 201+3+250=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #C903FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903FA is #36FC05. Grayscale: #595959. Windows color (decimal): -3603462 or 16384969. OLE color: 16384969.
HSL color Cylindrical-coordinate representation of color #C903FA: hue angle of 288.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903FA is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 3 | 250 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.02 |
| HSL | 288.1º | 0.98% | 0.5% | - |
| HSV(B) | 288.1º | 0.99% | 0.98% | - |
| XYZ | 41.38 | 19.38 | 92 | - |
| YUV | 90.36 | 218.1 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 250 | 0.20 | 0.99 | 0 | 0.02 | 288.1 | 0.98 | 0.5 |
| Hex | C9 | 3 | FA | 14 | 63 | 0 | 2 | 120 | 62 | 32 |
| Octal | 311 | 3 | 372 | 24 | 143 | 0 | 2 | 440 | 142 | 62 |
| Binary | 11001001 | 11 | 11111010 | 10100 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110010 |
Color Harmonies of #C903FA
Complementary color
Monochromatic Colors of #C903FA
Black with #C903FA
Text Example
Text Example
White with #C903FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903FA; }
p { color: rgb(201,3,250); }
H1.HeaderClassName
{
color: #C903FA;
}
.AnyTagClassName
{
color: #C903FA;
}
</style>
background-color css
<style>
a { background-color: #C903FA; }
a { background-color: rgb(201,3,250); }
div.DivClassName
{
background-color: #C903FA;
}
.BgClassName
{
background-color: #C903FA;
}
</style>
border-color css
<style>
span { border-color: #C903FA; }
span { border-color: rgb(201,3,250); }
td.TdClassName
{
border-color: #C903FA;
}
.TagClassName
{
border-color: #C903FA;
}
</style>