Shades of Electric Purple #C233FE
Tints of Electric Purple #C233FE
RGB
CMYK
RGB Variations
Color information
#C233FE (or 0xC233FE) is known color: Electric Purple. HEX triplet: C2, 33 and FE. RGB value is (194,51,254). Sum of RGB (Red+Green+Blue) = 194+51+254=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C233FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233FE is #3DCC01. Grayscale: #747474. Windows color (decimal): -4049922 or 16659394. OLE color: 16659394.
HSL color Cylindrical-coordinate representation of color #C233FE: hue angle of 282.27º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C233FE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 51 | 254 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.00 |
| HSL | 282.27º | 0.99% | 0.6% | - |
| HSV(B) | 282.27º | 0.8% | 1% | - |
| XYZ | 41.32 | 20.99 | 95.64 | - |
| YUV | 116.9 | 205.38 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 254 | 0.24 | 0.80 | 0 | 0.00 | 282.27 | 0.99 | 0.6 |
| Hex | C2 | 33 | FE | 18 | 50 | 0 | 0 | 11A | 63 | 3C |
| Octal | 302 | 63 | 376 | 30 | 120 | 0 | 0 | 432 | 143 | 74 |
| Binary | 11000010 | 110011 | 11111110 | 11000 | 1010000 | 0 | 0 | 100011010 | 1100011 | 111100 |
Color Harmonies of #C233FE
Complementary color
Monochromatic Colors of #C233FE
Black with #C233FE
Text Example
Text Example
White with #C233FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233FE; }
p { color: rgb(194,51,254); }
H1.HeaderClassName
{
color: #C233FE;
}
.AnyTagClassName
{
color: #C233FE;
}
</style>
background-color css
<style>
a { background-color: #C233FE; }
a { background-color: rgb(194,51,254); }
div.DivClassName
{
background-color: #C233FE;
}
.BgClassName
{
background-color: #C233FE;
}
</style>
border-color css
<style>
span { border-color: #C233FE; }
span { border-color: rgb(194,51,254); }
td.TdClassName
{
border-color: #C233FE;
}
.TagClassName
{
border-color: #C233FE;
}
</style>