Shades of Electric Purple #C900F1
Tints of Electric Purple #C900F1
RGB
CMYK
RGB Variations
Color information
#C900F1 (or 0xC900F1) is known color: Electric Purple. HEX triplet: C9, 00 and F1. RGB value is (201,0,241). Sum of RGB (Red+Green+Blue) = 201+0+241=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #C900F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900F1 is #36FF0E. Grayscale: #565656. Windows color (decimal): -3604239 or 15794377. OLE color: 15794377.
HSL color Cylindrical-coordinate representation of color #C900F1: hue angle of 290.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900F1 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 0 | 241 | - |
| CMYK | 0.17 | 1 | 0 | 0.05 |
| HSL | 290.04º | 1% | 0.47% | - |
| HSV(B) | 290.04º | 1% | 0.95% | - |
| XYZ | 39.96 | 18.77 | 84.74 | - |
| YUV | 87.57 | 214.59 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 241 | 0.17 | 1 | 0 | 0.05 | 290.04 | 1 | 0.47 |
| Hex | C9 | 0 | F1 | 11 | 64 | 0 | 5 | 122 | 64 | 2F |
| Octal | 311 | 0 | 361 | 21 | 144 | 0 | 5 | 442 | 144 | 57 |
| Binary | 11001001 | 0 | 11110001 | 10001 | 1100100 | 0 | 101 | 100100010 | 1100100 | 101111 |
Color Harmonies of #C900F1
Complementary color
Monochromatic Colors of #C900F1
Black with #C900F1
Text Example
Text Example
White with #C900F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900F1; }
p { color: rgb(201,0,241); }
H1.HeaderClassName
{
color: #C900F1;
}
.AnyTagClassName
{
color: #C900F1;
}
</style>
background-color css
<style>
a { background-color: #C900F1; }
a { background-color: rgb(201,0,241); }
div.DivClassName
{
background-color: #C900F1;
}
.BgClassName
{
background-color: #C900F1;
}
</style>
border-color css
<style>
span { border-color: #C900F1; }
span { border-color: rgb(201,0,241); }
td.TdClassName
{
border-color: #C900F1;
}
.TagClassName
{
border-color: #C900F1;
}
</style>