Shades of Electric Purple #C901F4
Tints of Electric Purple #C901F4
RGB
CMYK
RGB Variations
Color information
#C901F4 (or 0xC901F4) is known color: Electric Purple. HEX triplet: C9, 01 and F4. RGB value is (201,1,244). Sum of RGB (Red+Green+Blue) = 201+1+244=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #C901F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901F4 is #36FE0B. Grayscale: #575757. Windows color (decimal): -3603980 or 15991241. OLE color: 15991241.
HSL color Cylindrical-coordinate representation of color #C901F4: hue angle of 289.38º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901F4 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 1 | 244 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.04 |
| HSL | 289.38º | 0.99% | 0.48% | - |
| HSV(B) | 289.38º | 1% | 0.96% | - |
| XYZ | 40.43 | 18.97 | 87.12 | - |
| YUV | 88.5 | 215.76 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 244 | 0.18 | 1.00 | 0 | 0.04 | 289.38 | 0.99 | 0.48 |
| Hex | C9 | 1 | F4 | 12 | 64 | 0 | 4 | 121 | 63 | 30 |
| Octal | 311 | 1 | 364 | 22 | 144 | 0 | 4 | 441 | 143 | 60 |
| Binary | 11001001 | 1 | 11110100 | 10010 | 1100100 | 0 | 100 | 100100001 | 1100011 | 110000 |
Color Harmonies of #C901F4
Complementary color
Monochromatic Colors of #C901F4
Black with #C901F4
Text Example
Text Example
White with #C901F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901F4; }
p { color: rgb(201,1,244); }
H1.HeaderClassName
{
color: #C901F4;
}
.AnyTagClassName
{
color: #C901F4;
}
</style>
background-color css
<style>
a { background-color: #C901F4; }
a { background-color: rgb(201,1,244); }
div.DivClassName
{
background-color: #C901F4;
}
.BgClassName
{
background-color: #C901F4;
}
</style>
border-color css
<style>
span { border-color: #C901F4; }
span { border-color: rgb(201,1,244); }
td.TdClassName
{
border-color: #C901F4;
}
.TagClassName
{
border-color: #C901F4;
}
</style>