Shades of Electric Purple #C902FB
Tints of Electric Purple #C902FB
RGB
CMYK
RGB Variations
Color information
#C902FB (or 0xC902FB) is known color: Electric Purple. HEX triplet: C9, 02 and FB. RGB value is (201,2,251). Sum of RGB (Red+Green+Blue) = 201+2+251=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C902FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902FB is #36FD04. Grayscale: #595959. Windows color (decimal): -3603717 or 16450249. OLE color: 16450249.
HSL color Cylindrical-coordinate representation of color #C902FB: hue angle of 287.95º 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 #C902FB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 2 | 251 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.02 |
| HSL | 287.95º | 0.98% | 0.5% | - |
| HSV(B) | 287.95º | 0.99% | 0.98% | - |
| XYZ | 41.52 | 19.43 | 92.83 | - |
| YUV | 89.89 | 218.93 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 251 | 0.20 | 0.99 | 0 | 0.02 | 287.95 | 0.98 | 0.5 |
| Hex | C9 | 2 | FB | 14 | 63 | 0 | 2 | 120 | 62 | 32 |
| Octal | 311 | 2 | 373 | 24 | 143 | 0 | 2 | 440 | 142 | 62 |
| Binary | 11001001 | 10 | 11111011 | 10100 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110010 |
Color Harmonies of #C902FB
Complementary color
Monochromatic Colors of #C902FB
Black with #C902FB
Text Example
Text Example
White with #C902FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902FB; }
p { color: rgb(201,2,251); }
H1.HeaderClassName
{
color: #C902FB;
}
.AnyTagClassName
{
color: #C902FB;
}
</style>
background-color css
<style>
a { background-color: #C902FB; }
a { background-color: rgb(201,2,251); }
div.DivClassName
{
background-color: #C902FB;
}
.BgClassName
{
background-color: #C902FB;
}
</style>
border-color css
<style>
span { border-color: #C902FB; }
span { border-color: rgb(201,2,251); }
td.TdClassName
{
border-color: #C902FB;
}
.TagClassName
{
border-color: #C902FB;
}
</style>