Shades of Electric Purple #C301FE
Tints of Electric Purple #C301FE
RGB
CMYK
RGB Variations
Color information
#C301FE (or 0xC301FE) is known color: Electric Purple. HEX triplet: C3, 01 and FE. RGB value is (195,1,254). Sum of RGB (Red+Green+Blue) = 195+1+254=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #C301FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301FE is #3CFE01. Grayscale: #575757. Windows color (decimal): -3997186 or 16646595. OLE color: 16646595.
HSL color Cylindrical-coordinate representation of color #C301FE: hue angle of 286.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301FE is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 1 | 254 | - |
| CMYK | 0.23 | 1.00 | 0 | 0.00 |
| HSL | 286.01º | 0.99% | 0.5% | - |
| HSV(B) | 286.01º | 1% | 1% | - |
| XYZ | 40.41 | 18.78 | 95.26 | - |
| YUV | 87.85 | 221.77 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 254 | 0.23 | 1.00 | 0 | 0.00 | 286.01 | 0.99 | 0.5 |
| Hex | C3 | 1 | FE | 17 | 64 | 0 | 0 | 11E | 63 | 32 |
| Octal | 303 | 1 | 376 | 27 | 144 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000011 | 1 | 11111110 | 10111 | 1100100 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C301FE
Complementary color
Monochromatic Colors of #C301FE
Black with #C301FE
Text Example
Text Example
White with #C301FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301FE; }
p { color: rgb(195,1,254); }
H1.HeaderClassName
{
color: #C301FE;
}
.AnyTagClassName
{
color: #C301FE;
}
</style>
background-color css
<style>
a { background-color: #C301FE; }
a { background-color: rgb(195,1,254); }
div.DivClassName
{
background-color: #C301FE;
}
.BgClassName
{
background-color: #C301FE;
}
</style>
border-color css
<style>
span { border-color: #C301FE; }
span { border-color: rgb(195,1,254); }
td.TdClassName
{
border-color: #C301FE;
}
.TagClassName
{
border-color: #C301FE;
}
</style>