Shades of Electric Purple #C323F4
Tints of Electric Purple #C323F4
RGB
CMYK
RGB Variations
Color information
#C323F4 (or 0xC323F4) is known color: Electric Purple. HEX triplet: C3, 23 and F4. RGB value is (195,35,244). Sum of RGB (Red+Green+Blue) = 195+35+244=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #C323F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323F4 is #3CDC0B. Grayscale: #696969. Windows color (decimal): -3988492 or 15999939. OLE color: 15999939.
HSL color Cylindrical-coordinate representation of color #C323F4: hue angle of 285.93º degrees, saturation: 0.9, 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 #C323F4 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 35 | 244 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.04 |
| HSL | 285.93º | 0.9% | 0.55% | - |
| HSV(B) | 285.93º | 0.86% | 0.96% | - |
| XYZ | 39.44 | 19.34 | 87.24 | - |
| YUV | 106.67 | 205.51 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 244 | 0.20 | 0.86 | 0 | 0.04 | 285.93 | 0.9 | 0.55 |
| Hex | C3 | 23 | F4 | 14 | 56 | 0 | 4 | 11E | 5A | 37 |
| Octal | 303 | 43 | 364 | 24 | 126 | 0 | 4 | 436 | 132 | 67 |
| Binary | 11000011 | 100011 | 11110100 | 10100 | 1010110 | 0 | 100 | 100011110 | 1011010 | 110111 |
Color Harmonies of #C323F4
Complementary color
Monochromatic Colors of #C323F4
Black with #C323F4
Text Example
Text Example
White with #C323F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323F4; }
p { color: rgb(195,35,244); }
H1.HeaderClassName
{
color: #C323F4;
}
.AnyTagClassName
{
color: #C323F4;
}
</style>
background-color css
<style>
a { background-color: #C323F4; }
a { background-color: rgb(195,35,244); }
div.DivClassName
{
background-color: #C323F4;
}
.BgClassName
{
background-color: #C323F4;
}
</style>
border-color css
<style>
span { border-color: #C323F4; }
span { border-color: rgb(195,35,244); }
td.TdClassName
{
border-color: #C323F4;
}
.TagClassName
{
border-color: #C323F4;
}
</style>