Html Css Color HEX #C42AED Electric Purple

📋 copy color: '#C42AED'

red 196 ◦ green 42 ◦ blue 237

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

Shades of Electric Purple #C42AED

Tints of Electric Purple #C42AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 41.26%
G = 8.84%
B = 49.89%

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

#C42AED (or 0xC42AED) is known color: Electric Purple. HEX triplet: C4, 2A and ED. RGB value is (196,42,237). Sum of RGB (Red+Green+Blue) = 196+42+237=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #C42AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AED is #3BD512. Grayscale: #6D6D6D. Windows color (decimal): -3921171 or 15542980. OLE color: 15542980.

HSL color Cylindrical-coordinate representation of color #C42AED: hue angle of 287.38º 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 #C42AED is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 42 237 -
CMYK 0.17 0.82 0 0.07
HSL 287.38º 0.84% 0.55% -
HSV(B) 287.38º 0.82% 0.93% -
XYZ 38.88 19.51 81.84 -
YUV 110.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 196 42 237 0.17 0.82 0 0.07 287.38 0.84 0.55
Hex C4 2A ED 11 52 0 7 11F 54 37
Octal 304 52 355 21 122 0 7 437 124 67
Binary 11000100 101010 11101101 10001 1010010 0 111 100011111 1010100 110111

Color Harmonies of #C42AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AED

Black with #C42AED

Text Example


Text Example

White with #C42AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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