Shades of Electric Purple #C909FC
Tints of Electric Purple #C909FC
RGB
CMYK
RGB Variations
Color information
#C909FC (or 0xC909FC) is known color: Electric Purple. HEX triplet: C9, 09 and FC. RGB value is (201,9,252). Sum of RGB (Red+Green+Blue) = 201+9+252=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C909FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909FC is #36F603. Grayscale: #5D5D5D. Windows color (decimal): -3601924 or 16517577. OLE color: 16517577.
HSL color Cylindrical-coordinate representation of color #C909FC: hue angle of 287.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909FC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 9 | 252 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.01 |
| HSL | 287.41º | 0.98% | 0.51% | - |
| HSV(B) | 287.41º | 0.96% | 0.99% | - |
| XYZ | 41.76 | 19.64 | 93.69 | - |
| YUV | 94.11 | 217.11 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 252 | 0.20 | 0.96 | 0 | 0.01 | 287.41 | 0.98 | 0.51 |
| Hex | C9 | 9 | FC | 14 | 60 | 0 | 1 | 11F | 62 | 33 |
| Octal | 311 | 11 | 374 | 24 | 140 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11001001 | 1001 | 11111100 | 10100 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C909FC
Complementary color
Monochromatic Colors of #C909FC
Black with #C909FC
Text Example
Text Example
White with #C909FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909FC; }
p { color: rgb(201,9,252); }
H1.HeaderClassName
{
color: #C909FC;
}
.AnyTagClassName
{
color: #C909FC;
}
</style>
background-color css
<style>
a { background-color: #C909FC; }
a { background-color: rgb(201,9,252); }
div.DivClassName
{
background-color: #C909FC;
}
.BgClassName
{
background-color: #C909FC;
}
</style>
border-color css
<style>
span { border-color: #C909FC; }
span { border-color: rgb(201,9,252); }
td.TdClassName
{
border-color: #C909FC;
}
.TagClassName
{
border-color: #C909FC;
}
</style>