Shades of Electric Purple #C434FF
Tints of Electric Purple #C434FF
RGB
CMYK
RGB Variations
Color information
#C434FF (or 0xC434FF) is known color: Electric Purple. HEX triplet: C4, 34 and FF. RGB value is (196,52,255). Sum of RGB (Red+Green+Blue) = 196+52+255=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C434FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434FF is #3BCB00. Grayscale: #757575. Windows color (decimal): -3918593 or 16725188. OLE color: 16725188.
HSL color Cylindrical-coordinate representation of color #C434FF: hue angle of 282.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C434FF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 52 | 255 | - |
| CMYK | 0.23 | 0.80 | 0 | 0 |
| HSL | 282.56º | 1% | 0.6% | - |
| HSV(B) | 282.56º | 0.8% | 1% | - |
| XYZ | 42.04 | 21.41 | 96.52 | - |
| YUV | 118.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 255 | 0.23 | 0.80 | 0 | 0 | 282.56 | 1 | 0.6 |
| Hex | C4 | 34 | FF | 17 | 50 | 0 | 0 | 11B | 64 | 3C |
| Octal | 304 | 64 | 377 | 27 | 120 | 0 | 0 | 433 | 144 | 74 |
| Binary | 11000100 | 110100 | 11111111 | 10111 | 1010000 | 0 | 0 | 100011011 | 1100100 | 111100 |
Color Harmonies of #C434FF
Complementary color
Monochromatic Colors of #C434FF
Black with #C434FF
Text Example
Text Example
White with #C434FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434FF; }
p { color: rgb(196,52,255); }
H1.HeaderClassName
{
color: #C434FF;
}
.AnyTagClassName
{
color: #C434FF;
}
</style>
background-color css
<style>
a { background-color: #C434FF; }
a { background-color: rgb(196,52,255); }
div.DivClassName
{
background-color: #C434FF;
}
.BgClassName
{
background-color: #C434FF;
}
</style>
border-color css
<style>
span { border-color: #C434FF; }
span { border-color: rgb(196,52,255); }
td.TdClassName
{
border-color: #C434FF;
}
.TagClassName
{
border-color: #C434FF;
}
</style>