Shades of Electric Purple #C302FE
Tints of Electric Purple #C302FE
RGB
CMYK
RGB Variations
Color information
#C302FE (or 0xC302FE) is known color: Electric Purple. HEX triplet: C3, 02 and FE. RGB value is (195,2,254). Sum of RGB (Red+Green+Blue) = 195+2+254=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #C302FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C302FE is #3CFD01. Grayscale: #575757. Windows color (decimal): -3996930 or 16646851. OLE color: 16646851.
HSL color Cylindrical-coordinate representation of color #C302FE: hue angle of 285.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302FE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 2 | 254 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.00 |
| HSL | 285.95º | 0.99% | 0.5% | - |
| HSV(B) | 285.95º | 0.99% | 1% | - |
| XYZ | 40.42 | 18.8 | 95.26 | - |
| YUV | 88.44 | 221.44 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 254 | 0.23 | 0.99 | 0 | 0.00 | 285.95 | 0.99 | 0.5 |
| Hex | C3 | 2 | FE | 17 | 63 | 0 | 0 | 11E | 63 | 32 |
| Octal | 303 | 2 | 376 | 27 | 143 | 0 | 0 | 436 | 143 | 62 |
| Binary | 11000011 | 10 | 11111110 | 10111 | 1100011 | 0 | 0 | 100011110 | 1100011 | 110010 |
Color Harmonies of #C302FE
Complementary color
Monochromatic Colors of #C302FE
Black with #C302FE
Text Example
Text Example
White with #C302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302FE; }
p { color: rgb(195,2,254); }
H1.HeaderClassName
{
color: #C302FE;
}
.AnyTagClassName
{
color: #C302FE;
}
</style>
background-color css
<style>
a { background-color: #C302FE; }
a { background-color: rgb(195,2,254); }
div.DivClassName
{
background-color: #C302FE;
}
.BgClassName
{
background-color: #C302FE;
}
</style>
border-color css
<style>
span { border-color: #C302FE; }
span { border-color: rgb(195,2,254); }
td.TdClassName
{
border-color: #C302FE;
}
.TagClassName
{
border-color: #C302FE;
}
</style>