Shades of Electric Purple #C300FE
Tints of Electric Purple #C300FE
RGB
CMYK
RGB Variations
Color information
#C300FE (or 0xC300FE) is known color: Electric Purple. HEX triplet: C3, 00 and FE. RGB value is (195,0,254). Sum of RGB (Red+Green+Blue) = 195+0+254=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #C300FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FE is #3CFF01. Grayscale: #565656. Windows color (decimal): -3997442 or 16646339. OLE color: 16646339.
HSL color Cylindrical-coordinate representation of color #C300FE: hue angle of 286.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300FE is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 0 | 254 | - |
| CMYK | 0.23 | 1 | 0 | 0.00 |
| HSL | 286.06º | 1% | 0.5% | - |
| HSV(B) | 286.06º | 1% | 1% | - |
| XYZ | 40.4 | 18.76 | 95.26 | - |
| YUV | 87.26 | 222.1 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 254 | 0.23 | 1 | 0 | 0.00 | 286.06 | 1 | 0.5 |
| Hex | C3 | 0 | FE | 17 | 64 | 0 | 0 | 11E | 64 | 32 |
| Octal | 303 | 0 | 376 | 27 | 144 | 0 | 0 | 436 | 144 | 62 |
| Binary | 11000011 | 0 | 11111110 | 10111 | 1100100 | 0 | 0 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C300FE
Complementary color
Monochromatic Colors of #C300FE
Black with #C300FE
Text Example
Text Example
White with #C300FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300FE; }
p { color: rgb(195,0,254); }
H1.HeaderClassName
{
color: #C300FE;
}
.AnyTagClassName
{
color: #C300FE;
}
</style>
background-color css
<style>
a { background-color: #C300FE; }
a { background-color: rgb(195,0,254); }
div.DivClassName
{
background-color: #C300FE;
}
.BgClassName
{
background-color: #C300FE;
}
</style>
border-color css
<style>
span { border-color: #C300FE; }
span { border-color: rgb(195,0,254); }
td.TdClassName
{
border-color: #C300FE;
}
.TagClassName
{
border-color: #C300FE;
}
</style>