Shades of Electric Purple #C232FF
Tints of Electric Purple #C232FF
RGB
CMYK
RGB Variations
Color information
#C232FF (or 0xC232FF) is known color: Electric Purple. HEX triplet: C2, 32 and FF. RGB value is (194,50,255). Sum of RGB (Red+Green+Blue) = 194+50+255=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 50 (19.92% from 255 or 10.02% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C232FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C232FF is #3DCD00. Grayscale: #737373. Windows color (decimal): -4050177 or 16724674. OLE color: 16724674.
HSL color Cylindrical-coordinate representation of color #C232FF: hue angle of 282.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C232FF is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 50 | 255 | - |
| CMYK | 0.24 | 0.80 | 0 | 0 |
| HSL | 282.15º | 1% | 0.6% | - |
| HSV(B) | 282.15º | 0.8% | 1% | - |
| XYZ | 41.44 | 20.97 | 96.47 | - |
| YUV | 116.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 255 | 0.24 | 0.80 | 0 | 0 | 282.15 | 1 | 0.6 |
| Hex | C2 | 32 | FF | 18 | 50 | 0 | 0 | 11A | 64 | 3C |
| Octal | 302 | 62 | 377 | 30 | 120 | 0 | 0 | 432 | 144 | 74 |
| Binary | 11000010 | 110010 | 11111111 | 11000 | 1010000 | 0 | 0 | 100011010 | 1100100 | 111100 |
Color Harmonies of #C232FF
Complementary color
Monochromatic Colors of #C232FF
Black with #C232FF
Text Example
Text Example
White with #C232FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232FF; }
p { color: rgb(194,50,255); }
H1.HeaderClassName
{
color: #C232FF;
}
.AnyTagClassName
{
color: #C232FF;
}
</style>
background-color css
<style>
a { background-color: #C232FF; }
a { background-color: rgb(194,50,255); }
div.DivClassName
{
background-color: #C232FF;
}
.BgClassName
{
background-color: #C232FF;
}
</style>
border-color css
<style>
span { border-color: #C232FF; }
span { border-color: rgb(194,50,255); }
td.TdClassName
{
border-color: #C232FF;
}
.TagClassName
{
border-color: #C232FF;
}
</style>