Shades of Electric Purple #C902F0
Tints of Electric Purple #C902F0
RGB
CMYK
RGB Variations
Color information
#C902F0 (or 0xC902F0) is known color: Electric Purple. HEX triplet: C9, 02 and F0. RGB value is (201,2,240). Sum of RGB (Red+Green+Blue) = 201+2+240=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #C902F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902F0 is #36FD0F. Grayscale: #575757. Windows color (decimal): -3603728 or 15729353. OLE color: 15729353.
HSL color Cylindrical-coordinate representation of color #C902F0: hue angle of 290.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902F0 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 2 | 240 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.06 |
| HSL | 290.17º | 0.98% | 0.47% | - |
| HSV(B) | 290.17º | 0.99% | 0.94% | - |
| XYZ | 39.84 | 18.75 | 83.96 | - |
| YUV | 88.63 | 213.43 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 240 | 0.16 | 0.99 | 0 | 0.06 | 290.17 | 0.98 | 0.47 |
| Hex | C9 | 2 | F0 | 10 | 63 | 0 | 6 | 122 | 62 | 2F |
| Octal | 311 | 2 | 360 | 20 | 143 | 0 | 6 | 442 | 142 | 57 |
| Binary | 11001001 | 10 | 11110000 | 10000 | 1100011 | 0 | 110 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C902F0
Complementary color
Monochromatic Colors of #C902F0
Black with #C902F0
Text Example
Text Example
White with #C902F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902F0; }
p { color: rgb(201,2,240); }
H1.HeaderClassName
{
color: #C902F0;
}
.AnyTagClassName
{
color: #C902F0;
}
</style>
background-color css
<style>
a { background-color: #C902F0; }
a { background-color: rgb(201,2,240); }
div.DivClassName
{
background-color: #C902F0;
}
.BgClassName
{
background-color: #C902F0;
}
</style>
border-color css
<style>
span { border-color: #C902F0; }
span { border-color: rgb(201,2,240); }
td.TdClassName
{
border-color: #C902F0;
}
.TagClassName
{
border-color: #C902F0;
}
</style>