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