Shades of Electric Purple #C035FF
Tints of Electric Purple #C035FF
RGB
CMYK
RGB Variations
Color information
#C035FF (or 0xC035FF) is known color: Electric Purple. HEX triplet: C0, 35 and FF. RGB value is (192,53,255). Sum of RGB (Red+Green+Blue) = 192+53+255=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C035FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035FF is #3FCA00. Grayscale: #747474. Windows color (decimal): -4180481 or 16725440. OLE color: 16725440.
HSL color Cylindrical-coordinate representation of color #C035FF: hue angle of 281.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035FF is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 53 | 255 | - |
| CMYK | 0.25 | 0.79 | 0 | 0 |
| HSL | 281.29º | 1% | 0.6% | - |
| HSV(B) | 281.29º | 0.79% | 1% | - |
| XYZ | 41.06 | 20.97 | 96.49 | - |
| YUV | 117.59 | 205.55 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 255 | 0.25 | 0.79 | 0 | 0 | 281.29 | 1 | 0.6 |
| Hex | C0 | 35 | FF | 19 | 4F | 0 | 0 | 119 | 64 | 3C |
| Octal | 300 | 65 | 377 | 31 | 117 | 0 | 0 | 431 | 144 | 74 |
| Binary | 11000000 | 110101 | 11111111 | 11001 | 1001111 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #C035FF
Complementary color
Monochromatic Colors of #C035FF
Black with #C035FF
Text Example
Text Example
White with #C035FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035FF; }
p { color: rgb(192,53,255); }
H1.HeaderClassName
{
color: #C035FF;
}
.AnyTagClassName
{
color: #C035FF;
}
</style>
background-color css
<style>
a { background-color: #C035FF; }
a { background-color: rgb(192,53,255); }
div.DivClassName
{
background-color: #C035FF;
}
.BgClassName
{
background-color: #C035FF;
}
</style>
border-color css
<style>
span { border-color: #C035FF; }
span { border-color: rgb(192,53,255); }
td.TdClassName
{
border-color: #C035FF;
}
.TagClassName
{
border-color: #C035FF;
}
</style>