Shades of Electric Purple #C932FA
Tints of Electric Purple #C932FA
RGB
CMYK
RGB Variations
Color information
#C932FA (or 0xC932FA) is known color: Electric Purple. HEX triplet: C9, 32 and FA. RGB value is (201,50,250). Sum of RGB (Red+Green+Blue) = 201+50+250=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #C932FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C932FA is #36CD05. Grayscale: #757575. Windows color (decimal): -3591430 or 16397001. OLE color: 16397001.
HSL color Cylindrical-coordinate representation of color #C932FA: hue angle of 285.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C932FA is Cyan = 0.20, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 50 | 250 | - |
| CMYK | 0.20 | 0.8 | 0 | 0.02 |
| HSL | 285.3º | 0.95% | 0.59% | - |
| HSV(B) | 285.3º | 0.8% | 0.98% | - |
| XYZ | 42.48 | 21.6 | 92.37 | - |
| YUV | 117.95 | 202.53 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 250 | 0.20 | 0.8 | 0 | 0.02 | 285.3 | 0.95 | 0.59 |
| Hex | C9 | 32 | FA | 14 | 50 | 0 | 2 | 11D | 5F | 3B |
| Octal | 311 | 62 | 372 | 24 | 120 | 0 | 2 | 435 | 137 | 73 |
| Binary | 11001001 | 110010 | 11111010 | 10100 | 1010000 | 0 | 10 | 100011101 | 1011111 | 111011 |
Color Harmonies of #C932FA
Complementary color
Monochromatic Colors of #C932FA
Black with #C932FA
Text Example
Text Example
White with #C932FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932FA; }
p { color: rgb(201,50,250); }
H1.HeaderClassName
{
color: #C932FA;
}
.AnyTagClassName
{
color: #C932FA;
}
</style>
background-color css
<style>
a { background-color: #C932FA; }
a { background-color: rgb(201,50,250); }
div.DivClassName
{
background-color: #C932FA;
}
.BgClassName
{
background-color: #C932FA;
}
</style>
border-color css
<style>
span { border-color: #C932FA; }
span { border-color: rgb(201,50,250); }
td.TdClassName
{
border-color: #C932FA;
}
.TagClassName
{
border-color: #C932FA;
}
</style>