Shades of Electric Purple #C902FD
Tints of Electric Purple #C902FD
RGB
CMYK
RGB Variations
Color information
#C902FD (or 0xC902FD) is known color: Electric Purple. HEX triplet: C9, 02 and FD. RGB value is (201,2,253). Sum of RGB (Red+Green+Blue) = 201+2+253=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #C902FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C902FD is #36FD02. Grayscale: #595959. Windows color (decimal): -3603715 or 16581321. OLE color: 16581321.
HSL color Cylindrical-coordinate representation of color #C902FD: hue angle of 287.57º 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 #C902FD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 2 | 253 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.01 |
| HSL | 287.57º | 0.98% | 0.5% | - |
| HSV(B) | 287.57º | 0.99% | 0.99% | - |
| XYZ | 41.84 | 19.55 | 94.5 | - |
| YUV | 90.12 | 219.93 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 253 | 0.21 | 0.99 | 0 | 0.01 | 287.57 | 0.98 | 0.5 |
| Hex | C9 | 2 | FD | 15 | 63 | 0 | 1 | 120 | 62 | 32 |
| Octal | 311 | 2 | 375 | 25 | 143 | 0 | 1 | 440 | 142 | 62 |
| Binary | 11001001 | 10 | 11111101 | 10101 | 1100011 | 0 | 1 | 100100000 | 1100010 | 110010 |
Color Harmonies of #C902FD
Complementary color
Monochromatic Colors of #C902FD
Black with #C902FD
Text Example
Text Example
White with #C902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902FD; }
p { color: rgb(201,2,253); }
H1.HeaderClassName
{
color: #C902FD;
}
.AnyTagClassName
{
color: #C902FD;
}
</style>
background-color css
<style>
a { background-color: #C902FD; }
a { background-color: rgb(201,2,253); }
div.DivClassName
{
background-color: #C902FD;
}
.BgClassName
{
background-color: #C902FD;
}
</style>
border-color css
<style>
span { border-color: #C902FD; }
span { border-color: rgb(201,2,253); }
td.TdClassName
{
border-color: #C902FD;
}
.TagClassName
{
border-color: #C902FD;
}
</style>