Shades of Electric Purple #C023F1
Tints of Electric Purple #C023F1
RGB
CMYK
RGB Variations
Color information
#C023F1 (or 0xC023F1) is known color: Electric Purple. HEX triplet: C0, 23 and F1. RGB value is (192,35,241). Sum of RGB (Red+Green+Blue) = 192+35+241=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #C023F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C023F1 is #3FDC0E. Grayscale: #686868. Windows color (decimal): -4185103 or 15803328. OLE color: 15803328.
HSL color Cylindrical-coordinate representation of color #C023F1: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C023F1 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 35 | 241 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.05 |
| HSL | 285.73º | 0.88% | 0.54% | - |
| HSV(B) | 285.73º | 0.85% | 0.95% | - |
| XYZ | 38.22 | 18.76 | 84.83 | - |
| YUV | 105.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 241 | 0.20 | 0.85 | 0 | 0.05 | 285.73 | 0.88 | 0.54 |
| Hex | C0 | 23 | F1 | 14 | 55 | 0 | 5 | 11E | 58 | 36 |
| Octal | 300 | 43 | 361 | 24 | 125 | 0 | 5 | 436 | 130 | 66 |
| Binary | 11000000 | 100011 | 11110001 | 10100 | 1010101 | 0 | 101 | 100011110 | 1011000 | 110110 |
Color Harmonies of #C023F1
Complementary color
Monochromatic Colors of #C023F1
Black with #C023F1
Text Example
Text Example
White with #C023F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023F1; }
p { color: rgb(192,35,241); }
H1.HeaderClassName
{
color: #C023F1;
}
.AnyTagClassName
{
color: #C023F1;
}
</style>
background-color css
<style>
a { background-color: #C023F1; }
a { background-color: rgb(192,35,241); }
div.DivClassName
{
background-color: #C023F1;
}
.BgClassName
{
background-color: #C023F1;
}
</style>
border-color css
<style>
span { border-color: #C023F1; }
span { border-color: rgb(192,35,241); }
td.TdClassName
{
border-color: #C023F1;
}
.TagClassName
{
border-color: #C023F1;
}
</style>