Html Css Color HEX #C42AEA Electric Purple

📋 copy color: '#C42AEA'

red 196 ◦ green 42 ◦ blue 234

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

Shades of Electric Purple #C42AEA

Tints of Electric Purple #C42AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.9%

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 41.53%
G = 8.9%
B = 49.58%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42AEA (or 0xC42AEA) is known color: Electric Purple. HEX triplet: C4, 2A and EA. RGB value is (196,42,234). Sum of RGB (Red+Green+Blue) = 196+42+234=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AEA is #3BD515. Grayscale: #6D6D6D. Windows color (decimal): -3921174 or 15346372. OLE color: 15346372.

HSL color Cylindrical-coordinate representation of color #C42AEA: hue angle of 288.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42AEA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 42 234 -
CMYK 0.16 0.82 0 0.08
HSL 288.13º 0.82% 0.54% -
HSV(B) 288.13º 0.82% 0.92% -
XYZ 38.44 19.33 79.55 -
YUV 109.93 198.02 189.39 -
System Red Green Blue C M Y K H S L
Decimal 196 42 234 0.16 0.82 0 0.08 288.13 0.82 0.54
Hex C4 2A EA 10 52 0 8 120 52 36
Octal 304 52 352 20 122 0 10 440 122 66
Binary 11000100 101010 11101010 10000 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C42AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AEA

Black with #C42AEA

Text Example


Text Example

White with #C42AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AEA; }

 p { color: rgb(196,42,234); }

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

background-color css

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

 a { background-color: rgb(196,42,234); }

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

border-color css

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

 span { border-color: rgb(196,42,234); }

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