Shades of Electric Purple #C906F1
Tints of Electric Purple #C906F1
RGB
CMYK
RGB Variations
Color information
#C906F1 (or 0xC906F1) is known color: Electric Purple. HEX triplet: C9, 06 and F1. RGB value is (201,6,241). Sum of RGB (Red+Green+Blue) = 201+6+241=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #C906F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906F1 is #36F90E. Grayscale: #5A5A5A. Windows color (decimal): -3602703 or 15795913. OLE color: 15795913.
HSL color Cylindrical-coordinate representation of color #C906F1: hue angle of 289.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C906F1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 6 | 241 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.79º | 0.95% | 0.48% | - |
| HSV(B) | 289.79º | 0.98% | 0.95% | - |
| XYZ | 40.03 | 18.9 | 84.76 | - |
| YUV | 91.1 | 212.6 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 241 | 0.17 | 0.98 | 0 | 0.05 | 289.79 | 0.95 | 0.48 |
| Hex | C9 | 6 | F1 | 11 | 62 | 0 | 5 | 122 | 5F | 30 |
| Octal | 311 | 6 | 361 | 21 | 142 | 0 | 5 | 442 | 137 | 60 |
| Binary | 11001001 | 110 | 11110001 | 10001 | 1100010 | 0 | 101 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C906F1
Complementary color
Monochromatic Colors of #C906F1
Black with #C906F1
Text Example
Text Example
White with #C906F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906F1; }
p { color: rgb(201,6,241); }
H1.HeaderClassName
{
color: #C906F1;
}
.AnyTagClassName
{
color: #C906F1;
}
</style>
background-color css
<style>
a { background-color: #C906F1; }
a { background-color: rgb(201,6,241); }
div.DivClassName
{
background-color: #C906F1;
}
.BgClassName
{
background-color: #C906F1;
}
</style>
border-color css
<style>
span { border-color: #C906F1; }
span { border-color: rgb(201,6,241); }
td.TdClassName
{
border-color: #C906F1;
}
.TagClassName
{
border-color: #C906F1;
}
</style>