Html Css Color HEX #C424EF Electric Purple

📋 copy color: '#C424EF'

red 196 ◦ green 36 ◦ blue 239

#C424EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C424EF

Tints of Electric Purple #C424EF

RGB

 RED value IS 196 (76.95% from 255) = 41.61%

 GREEN value IS 36 (14.45% from 255) = 7.64%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 41.61%
G = 7.64%
B = 50.74%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C424EF (or 0xC424EF) is known color: Electric Purple. HEX triplet: C4, 24 and EF. RGB value is (196,36,239). Sum of RGB (Red+Green+Blue) = 196+36+239=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #C424EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424EF is #3BDB10. Grayscale: #6A6A6A. Windows color (decimal): -3922705 or 15672516. OLE color: 15672516.

HSL color Cylindrical-coordinate representation of color #C424EF: hue angle of 287.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C424EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 36 239 -
CMYK 0.18 0.85 0 0.06
HSL 287.29º 0.86% 0.54% -
HSV(B) 287.29º 0.85% 0.94% -
XYZ 38.98 19.23 83.32 -
YUV 106.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 196 36 239 0.18 0.85 0 0.06 287.29 0.86 0.54
Hex C4 24 EF 12 55 0 6 11F 56 36
Octal 304 44 357 22 125 0 6 437 126 66
Binary 11000100 100100 11101111 10010 1010101 0 110 100011111 1010110 110110

Color Harmonies of #C424EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424EF

Black with #C424EF

Text Example


Text Example

White with #C424EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424EF; }

 p { color: rgb(196,36,239); }

 H1.HeaderClassName
 {
   color: #C424EF;
 }
 .AnyTagClassName
 {
   color: #C424EF;
 }
</style>

background-color css

<style>
 a { background-color: #C424EF; }

 a { background-color: rgb(196,36,239); }

 div.DivClassName
 {
   background-color: #C424EF;
 }
 .BgClassName
 {
   background-color: #C424EF;
 }
</style>

border-color css

<style>
 span { border-color: #C424EF; }

 span { border-color: rgb(196,36,239); }

 td.TdClassName
 {
   border-color: #C424EF;
 }
 .TagClassName
 {
   border-color: #C424EF;
 }
</style>