Shades of Electric Purple #C01BF5
Tints of Electric Purple #C01BF5
RGB
CMYK
RGB Variations
Color information
#C01BF5 (or 0xC01BF5) is known color: Electric Purple. HEX triplet: C0, 1B and F5. RGB value is (192,27,245). Sum of RGB (Red+Green+Blue) = 192+27+245=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #C01BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BF5 is #3FE40A. Grayscale: #646464. Windows color (decimal): -4187147 or 16063424. OLE color: 16063424.
HSL color Cylindrical-coordinate representation of color #C01BF5: hue angle of 285.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BF5 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 27 | 245 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.04 |
| HSL | 285.41º | 0.92% | 0.53% | - |
| HSV(B) | 285.41º | 0.89% | 0.96% | - |
| XYZ | 38.61 | 18.58 | 87.94 | - |
| YUV | 101.19 | 209.16 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 245 | 0.22 | 0.89 | 0 | 0.04 | 285.41 | 0.92 | 0.53 |
| Hex | C0 | 1B | F5 | 16 | 59 | 0 | 4 | 11D | 5C | 35 |
| Octal | 300 | 33 | 365 | 26 | 131 | 0 | 4 | 435 | 134 | 65 |
| Binary | 11000000 | 11011 | 11110101 | 10110 | 1011001 | 0 | 100 | 100011101 | 1011100 | 110101 |
Color Harmonies of #C01BF5
Complementary color
Monochromatic Colors of #C01BF5
Black with #C01BF5
Text Example
Text Example
White with #C01BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BF5; }
p { color: rgb(192,27,245); }
H1.HeaderClassName
{
color: #C01BF5;
}
.AnyTagClassName
{
color: #C01BF5;
}
</style>
background-color css
<style>
a { background-color: #C01BF5; }
a { background-color: rgb(192,27,245); }
div.DivClassName
{
background-color: #C01BF5;
}
.BgClassName
{
background-color: #C01BF5;
}
</style>
border-color css
<style>
span { border-color: #C01BF5; }
span { border-color: rgb(192,27,245); }
td.TdClassName
{
border-color: #C01BF5;
}
.TagClassName
{
border-color: #C01BF5;
}
</style>