Shades of Electric Purple #C230FE
Tints of Electric Purple #C230FE
RGB
CMYK
RGB Variations
Color information
#C230FE (or 0xC230FE) is known color: Electric Purple. HEX triplet: C2, 30 and FE. RGB value is (194,48,254). Sum of RGB (Red+Green+Blue) = 194+48+254=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C230FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C230FE is #3DCF01. Grayscale: #727272. Windows color (decimal): -4050690 or 16658626. OLE color: 16658626.
HSL color Cylindrical-coordinate representation of color #C230FE: hue angle of 282.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C230FE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 48 | 254 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.00 |
| HSL | 282.52º | 0.99% | 0.59% | - |
| HSV(B) | 282.52º | 0.81% | 1% | - |
| XYZ | 41.19 | 20.74 | 95.6 | - |
| YUV | 115.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 254 | 0.24 | 0.81 | 0 | 0.00 | 282.52 | 0.99 | 0.59 |
| Hex | C2 | 30 | FE | 18 | 51 | 0 | 0 | 11B | 63 | 3B |
| Octal | 302 | 60 | 376 | 30 | 121 | 0 | 0 | 433 | 143 | 73 |
| Binary | 11000010 | 110000 | 11111110 | 11000 | 1010001 | 0 | 0 | 100011011 | 1100011 | 111011 |
Color Harmonies of #C230FE
Complementary color
Monochromatic Colors of #C230FE
Black with #C230FE
Text Example
Text Example
White with #C230FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230FE; }
p { color: rgb(194,48,254); }
H1.HeaderClassName
{
color: #C230FE;
}
.AnyTagClassName
{
color: #C230FE;
}
</style>
background-color css
<style>
a { background-color: #C230FE; }
a { background-color: rgb(194,48,254); }
div.DivClassName
{
background-color: #C230FE;
}
.BgClassName
{
background-color: #C230FE;
}
</style>
border-color css
<style>
span { border-color: #C230FE; }
span { border-color: rgb(194,48,254); }
td.TdClassName
{
border-color: #C230FE;
}
.TagClassName
{
border-color: #C230FE;
}
</style>