Html Css Color HEX #C424EB Electric Purple

📋 copy color: '#C424EB'

red 196 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #C424EB

Tints of Electric Purple #C424EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 41.97%
G = 7.71%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C424EB (or 0xC424EB) is known color: Electric Purple. HEX triplet: C4, 24 and EB. RGB value is (196,36,235). Sum of RGB (Red+Green+Blue) = 196+36+235=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C424EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424EB is #3BDB14. Grayscale: #696969. Windows color (decimal): -3922709 or 15410372. OLE color: 15410372.

HSL color Cylindrical-coordinate representation of color #C424EB: hue angle of 288.24º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C424EB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 36 235 -
CMYK 0.17 0.85 0 0.08
HSL 288.24º 0.83% 0.53% -
HSV(B) 288.24º 0.85% 0.92% -
XYZ 38.39 19 80.24 -
YUV 106.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 196 36 235 0.17 0.85 0 0.08 288.24 0.83 0.53
Hex C4 24 EB 11 55 0 8 120 53 35
Octal 304 44 353 21 125 0 10 440 123 65
Binary 11000100 100100 11101011 10001 1010101 0 1000 100100000 1010011 110101

Color Harmonies of #C424EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424EB

Black with #C424EB

Text Example


Text Example

White with #C424EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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