Shades of Electric Purple #C232FD
Tints of Electric Purple #C232FD
RGB
CMYK
RGB Variations
Color information
#C232FD (or 0xC232FD) is known color: Electric Purple. HEX triplet: C2, 32 and FD. RGB value is (194,50,253). Sum of RGB (Red+Green+Blue) = 194+50+253=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C232FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232FD is #3DCD02. Grayscale: #737373. Windows color (decimal): -4050179 or 16593602. OLE color: 16593602.
HSL color Cylindrical-coordinate representation of color #C232FD: hue angle of 282.56º degrees, saturation: 0.98, 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 #C232FD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 50 | 253 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 282.56º | 0.98% | 0.59% | - |
| HSV(B) | 282.56º | 0.8% | 0.99% | - |
| XYZ | 41.12 | 20.84 | 94.78 | - |
| YUV | 116.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 253 | 0.23 | 0.80 | 0 | 0.01 | 282.56 | 0.98 | 0.59 |
| Hex | C2 | 32 | FD | 17 | 50 | 0 | 1 | 11B | 62 | 3B |
| Octal | 302 | 62 | 375 | 27 | 120 | 0 | 1 | 433 | 142 | 73 |
| Binary | 11000010 | 110010 | 11111101 | 10111 | 1010000 | 0 | 1 | 100011011 | 1100010 | 111011 |
Color Harmonies of #C232FD
Complementary color
Monochromatic Colors of #C232FD
Black with #C232FD
Text Example
Text Example
White with #C232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232FD; }
p { color: rgb(194,50,253); }
H1.HeaderClassName
{
color: #C232FD;
}
.AnyTagClassName
{
color: #C232FD;
}
</style>
background-color css
<style>
a { background-color: #C232FD; }
a { background-color: rgb(194,50,253); }
div.DivClassName
{
background-color: #C232FD;
}
.BgClassName
{
background-color: #C232FD;
}
</style>
border-color css
<style>
span { border-color: #C232FD; }
span { border-color: rgb(194,50,253); }
td.TdClassName
{
border-color: #C232FD;
}
.TagClassName
{
border-color: #C232FD;
}
</style>