Shades of Electric Purple #C035FE
Tints of Electric Purple #C035FE
RGB
CMYK
RGB Variations
Color information
#C035FE (or 0xC035FE) is known color: Electric Purple. HEX triplet: C0, 35 and FE. RGB value is (192,53,254). Sum of RGB (Red+Green+Blue) = 192+53+254=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C035FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035FE is #3FCA01. Grayscale: #747474. Windows color (decimal): -4180482 or 16659904. OLE color: 16659904.
HSL color Cylindrical-coordinate representation of color #C035FE: hue angle of 281.49º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035FE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 53 | 254 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.00 |
| HSL | 281.49º | 0.99% | 0.6% | - |
| HSV(B) | 281.49º | 0.79% | 1% | - |
| XYZ | 40.9 | 20.91 | 95.65 | - |
| YUV | 117.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 254 | 0.24 | 0.79 | 0 | 0.00 | 281.49 | 0.99 | 0.6 |
| Hex | C0 | 35 | FE | 18 | 4F | 0 | 0 | 119 | 63 | 3C |
| Octal | 300 | 65 | 376 | 30 | 117 | 0 | 0 | 431 | 143 | 74 |
| Binary | 11000000 | 110101 | 11111110 | 11000 | 1001111 | 0 | 0 | 100011001 | 1100011 | 111100 |
Color Harmonies of #C035FE
Complementary color
Monochromatic Colors of #C035FE
Black with #C035FE
Text Example
Text Example
White with #C035FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035FE; }
p { color: rgb(192,53,254); }
H1.HeaderClassName
{
color: #C035FE;
}
.AnyTagClassName
{
color: #C035FE;
}
</style>
background-color css
<style>
a { background-color: #C035FE; }
a { background-color: rgb(192,53,254); }
div.DivClassName
{
background-color: #C035FE;
}
.BgClassName
{
background-color: #C035FE;
}
</style>
border-color css
<style>
span { border-color: #C035FE; }
span { border-color: rgb(192,53,254); }
td.TdClassName
{
border-color: #C035FE;
}
.TagClassName
{
border-color: #C035FE;
}
</style>