Shades of Electric Purple #C134FC
Tints of Electric Purple #C134FC
RGB
CMYK
RGB Variations
Color information
#C134FC (or 0xC134FC) is known color: Electric Purple. HEX triplet: C1, 34 and FC. RGB value is (193,52,252). Sum of RGB (Red+Green+Blue) = 193+52+252=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C134FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134FC is #3ECB03. Grayscale: #747474. Windows color (decimal): -4115204 or 16528577. OLE color: 16528577.
HSL color Cylindrical-coordinate representation of color #C134FC: hue angle of 282.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C134FC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 52 | 252 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.3º | 0.97% | 0.6% | - |
| HSV(B) | 282.3º | 0.79% | 0.99% | - |
| XYZ | 40.79 | 20.82 | 93.96 | - |
| YUV | 116.96 | 204.21 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 252 | 0.23 | 0.79 | 0 | 0.01 | 282.3 | 0.97 | 0.6 |
| Hex | C1 | 34 | FC | 17 | 4F | 0 | 1 | 11A | 61 | 3C |
| Octal | 301 | 64 | 374 | 27 | 117 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000001 | 110100 | 11111100 | 10111 | 1001111 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C134FC
Complementary color
Monochromatic Colors of #C134FC
Black with #C134FC
Text Example
Text Example
White with #C134FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134FC; }
p { color: rgb(193,52,252); }
H1.HeaderClassName
{
color: #C134FC;
}
.AnyTagClassName
{
color: #C134FC;
}
</style>
background-color css
<style>
a { background-color: #C134FC; }
a { background-color: rgb(193,52,252); }
div.DivClassName
{
background-color: #C134FC;
}
.BgClassName
{
background-color: #C134FC;
}
</style>
border-color css
<style>
span { border-color: #C134FC; }
span { border-color: rgb(193,52,252); }
td.TdClassName
{
border-color: #C134FC;
}
.TagClassName
{
border-color: #C134FC;
}
</style>