Shades of Electric Purple #C900F6
Tints of Electric Purple #C900F6
RGB
CMYK
RGB Variations
Color information
#C900F6 (or 0xC900F6) is known color: Electric Purple. HEX triplet: C9, 00 and F6. RGB value is (201,0,246). Sum of RGB (Red+Green+Blue) = 201+0+246=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #C900F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900F6 is #36FF09. Grayscale: #575757. Windows color (decimal): -3604234 or 16122057. OLE color: 16122057.
HSL color Cylindrical-coordinate representation of color #C900F6: hue angle of 289.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900F6 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 0 | 246 | - |
| CMYK | 0.18 | 1 | 0 | 0.04 |
| HSL | 289.02º | 1% | 0.48% | - |
| HSV(B) | 289.02º | 1% | 0.96% | - |
| XYZ | 40.72 | 19.07 | 88.72 | - |
| YUV | 88.14 | 217.09 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 246 | 0.18 | 1 | 0 | 0.04 | 289.02 | 1 | 0.48 |
| Hex | C9 | 0 | F6 | 12 | 64 | 0 | 4 | 121 | 64 | 30 |
| Octal | 311 | 0 | 366 | 22 | 144 | 0 | 4 | 441 | 144 | 60 |
| Binary | 11001001 | 0 | 11110110 | 10010 | 1100100 | 0 | 100 | 100100001 | 1100100 | 110000 |
Color Harmonies of #C900F6
Complementary color
Monochromatic Colors of #C900F6
Black with #C900F6
Text Example
Text Example
White with #C900F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900F6; }
p { color: rgb(201,0,246); }
H1.HeaderClassName
{
color: #C900F6;
}
.AnyTagClassName
{
color: #C900F6;
}
</style>
background-color css
<style>
a { background-color: #C900F6; }
a { background-color: rgb(201,0,246); }
div.DivClassName
{
background-color: #C900F6;
}
.BgClassName
{
background-color: #C900F6;
}
</style>
border-color css
<style>
span { border-color: #C900F6; }
span { border-color: rgb(201,0,246); }
td.TdClassName
{
border-color: #C900F6;
}
.TagClassName
{
border-color: #C900F6;
}
</style>