Html Css Color HEX #C42AEC Electric Purple

📋 copy color: '#C42AEC'

red 196 ◦ green 42 ◦ blue 236

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

Shades of Electric Purple #C42AEC

Tints of Electric Purple #C42AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 41.35%
G = 8.86%
B = 49.79%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C42AEC (or 0xC42AEC) is known color: Electric Purple. HEX triplet: C4, 2A and EC. RGB value is (196,42,236). Sum of RGB (Red+Green+Blue) = 196+42+236=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #C42AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AEC is #3BD513. Grayscale: #6D6D6D. Windows color (decimal): -3921172 or 15477444. OLE color: 15477444.

HSL color Cylindrical-coordinate representation of color #C42AEC: hue angle of 287.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42AEC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 42 236 -
CMYK 0.17 0.82 0 0.07
HSL 287.63º 0.84% 0.55% -
HSV(B) 287.63º 0.82% 0.93% -
XYZ 38.73 19.45 81.07 -
YUV 110.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 196 42 236 0.17 0.82 0 0.07 287.63 0.84 0.55
Hex C4 2A EC 11 52 0 7 120 54 37
Octal 304 52 354 21 122 0 7 440 124 67
Binary 11000100 101010 11101100 10001 1010010 0 111 100100000 1010100 110111

Color Harmonies of #C42AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AEC

Black with #C42AEC

Text Example


Text Example

White with #C42AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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