Html Css Color HEX #C42AFF Electric Purple

📋 copy color: '#C42AFF'

red 196 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #C42AFF

Tints of Electric Purple #C42AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 39.76%
G = 8.52%
B = 51.72%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C42AFF (or 0xC42AFF) is known color: Electric Purple. HEX triplet: C4, 2A and FF. RGB value is (196,42,255). Sum of RGB (Red+Green+Blue) = 196+42+255=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C42AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42AFF is #3BD500. Grayscale: #6F6F6F. Windows color (decimal): -3921153 or 16722628. OLE color: 16722628.

HSL color Cylindrical-coordinate representation of color #C42AFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42AFF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 42 255 -
CMYK 0.23 0.84 0 0
HSL 283.38º 1% 0.58% -
HSV(B) 283.38º 0.84% 1% -
XYZ 41.64 20.61 96.39 -
YUV 112.33 208.52 187.68 -
System Red Green Blue C M Y K H S L
Decimal 196 42 255 0.23 0.84 0 0 283.38 1 0.58
Hex C4 2A FF 17 54 0 0 11B 64 3A
Octal 304 52 377 27 124 0 0 433 144 72
Binary 11000100 101010 11111111 10111 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C42AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AFF

Black with #C42AFF

Text Example


Text Example

White with #C42AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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