Shades of Electric Purple #C232FC
Tints of Electric Purple #C232FC
RGB
CMYK
RGB Variations
Color information
#C232FC (or 0xC232FC) is known color: Electric Purple. HEX triplet: C2, 32 and FC. RGB value is (194,50,252). Sum of RGB (Red+Green+Blue) = 194+50+252=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C232FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232FC is #3DCD03. Grayscale: #737373. Windows color (decimal): -4050180 or 16528066. OLE color: 16528066.
HSL color Cylindrical-coordinate representation of color #C232FC: hue angle of 282.77º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C232FC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 50 | 252 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 282.77º | 0.97% | 0.59% | - |
| HSV(B) | 282.77º | 0.8% | 0.99% | - |
| XYZ | 40.96 | 20.78 | 93.95 | - |
| YUV | 116.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 252 | 0.23 | 0.80 | 0 | 0.01 | 282.77 | 0.97 | 0.59 |
| Hex | C2 | 32 | FC | 17 | 50 | 0 | 1 | 11B | 61 | 3B |
| Octal | 302 | 62 | 374 | 27 | 120 | 0 | 1 | 433 | 141 | 73 |
| Binary | 11000010 | 110010 | 11111100 | 10111 | 1010000 | 0 | 1 | 100011011 | 1100001 | 111011 |
Color Harmonies of #C232FC
Complementary color
Monochromatic Colors of #C232FC
Black with #C232FC
Text Example
Text Example
White with #C232FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232FC; }
p { color: rgb(194,50,252); }
H1.HeaderClassName
{
color: #C232FC;
}
.AnyTagClassName
{
color: #C232FC;
}
</style>
background-color css
<style>
a { background-color: #C232FC; }
a { background-color: rgb(194,50,252); }
div.DivClassName
{
background-color: #C232FC;
}
.BgClassName
{
background-color: #C232FC;
}
</style>
border-color css
<style>
span { border-color: #C232FC; }
span { border-color: rgb(194,50,252); }
td.TdClassName
{
border-color: #C232FC;
}
.TagClassName
{
border-color: #C232FC;
}
</style>