Shades of Electric Purple #C903FC
Tints of Electric Purple #C903FC
RGB
CMYK
RGB Variations
Color information
#C903FC (or 0xC903FC) is known color: Electric Purple. HEX triplet: C9, 03 and FC. RGB value is (201,3,252). Sum of RGB (Red+Green+Blue) = 201+3+252=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C903FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C903FC is #36FC03. Grayscale: #595959. Windows color (decimal): -3603460 or 16516041. OLE color: 16516041.
HSL color Cylindrical-coordinate representation of color #C903FC: hue angle of 287.71º 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 #C903FC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 3 | 252 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.01 |
| HSL | 287.71º | 0.98% | 0.5% | - |
| HSV(B) | 287.71º | 0.99% | 0.99% | - |
| XYZ | 41.69 | 19.51 | 93.66 | - |
| YUV | 90.59 | 219.1 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 252 | 0.20 | 0.99 | 0 | 0.01 | 287.71 | 0.98 | 0.5 |
| Hex | C9 | 3 | FC | 14 | 63 | 0 | 1 | 120 | 62 | 32 |
| Octal | 311 | 3 | 374 | 24 | 143 | 0 | 1 | 440 | 142 | 62 |
| Binary | 11001001 | 11 | 11111100 | 10100 | 1100011 | 0 | 1 | 100100000 | 1100010 | 110010 |
Color Harmonies of #C903FC
Complementary color
Monochromatic Colors of #C903FC
Black with #C903FC
Text Example
Text Example
White with #C903FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903FC; }
p { color: rgb(201,3,252); }
H1.HeaderClassName
{
color: #C903FC;
}
.AnyTagClassName
{
color: #C903FC;
}
</style>
background-color css
<style>
a { background-color: #C903FC; }
a { background-color: rgb(201,3,252); }
div.DivClassName
{
background-color: #C903FC;
}
.BgClassName
{
background-color: #C903FC;
}
</style>
border-color css
<style>
span { border-color: #C903FC; }
span { border-color: rgb(201,3,252); }
td.TdClassName
{
border-color: #C903FC;
}
.TagClassName
{
border-color: #C903FC;
}
</style>