Shades of Electric Purple #C423F5
Tints of Electric Purple #C423F5
RGB
CMYK
RGB Variations
Color information
#C423F5 (or 0xC423F5) is known color: Electric Purple. HEX triplet: C4, 23 and F5. RGB value is (196,35,245). Sum of RGB (Red+Green+Blue) = 196+35+245=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #C423F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C423F5 is #3BDC0A. Grayscale: #6A6A6A. Windows color (decimal): -3922955 or 16065476. OLE color: 16065476.
HSL color Cylindrical-coordinate representation of color #C423F5: hue angle of 286º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C423F5 is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 35 | 245 | - |
| CMYK | 0.2 | 0.86 | 0 | 0.04 |
| HSL | 286º | 0.91% | 0.55% | - |
| HSV(B) | 286º | 0.86% | 0.96% | - |
| XYZ | 39.85 | 19.53 | 88.06 | - |
| YUV | 107.08 | 205.84 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 245 | 0.2 | 0.86 | 0 | 0.04 | 286 | 0.91 | 0.55 |
| Hex | C4 | 23 | F5 | 14 | 56 | 0 | 4 | 11E | 5B | 37 |
| Octal | 304 | 43 | 365 | 24 | 126 | 0 | 4 | 436 | 133 | 67 |
| Binary | 11000100 | 100011 | 11110101 | 10100 | 1010110 | 0 | 100 | 100011110 | 1011011 | 110111 |
Color Harmonies of #C423F5
Complementary color
Monochromatic Colors of #C423F5
Black with #C423F5
Text Example
Text Example
White with #C423F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C423F5; }
p { color: rgb(196,35,245); }
H1.HeaderClassName
{
color: #C423F5;
}
.AnyTagClassName
{
color: #C423F5;
}
</style>
background-color css
<style>
a { background-color: #C423F5; }
a { background-color: rgb(196,35,245); }
div.DivClassName
{
background-color: #C423F5;
}
.BgClassName
{
background-color: #C423F5;
}
</style>
border-color css
<style>
span { border-color: #C423F5; }
span { border-color: rgb(196,35,245); }
td.TdClassName
{
border-color: #C423F5;
}
.TagClassName
{
border-color: #C423F5;
}
</style>