Html Css Color HEX #C424FA Electric Purple

📋 copy color: '#C424FA'

red 196 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #C424FA

Tints of Electric Purple #C424FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 40.66%
G = 7.47%
B = 51.87%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C424FA (or 0xC424FA) is known color: Electric Purple. HEX triplet: C4, 24 and FA. RGB value is (196,36,250). Sum of RGB (Red+Green+Blue) = 196+36+250=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C424FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C424FA is #3BDB05. Grayscale: #6B6B6B. Windows color (decimal): -3922694 or 16393412. OLE color: 16393412.

HSL color Cylindrical-coordinate representation of color #C424FA: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C424FA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 36 250 -
CMYK 0.22 0.86 0 0.02
HSL 284.86º 0.96% 0.56% -
HSV(B) 284.86º 0.86% 0.98% -
XYZ 40.65 19.9 92.14 -
YUV 108.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 196 36 250 0.22 0.86 0 0.02 284.86 0.96 0.56
Hex C4 24 FA 16 56 0 2 11D 60 38
Octal 304 44 372 26 126 0 2 435 140 70
Binary 11000100 100100 11111010 10110 1010110 0 10 100011101 1100000 111000

Color Harmonies of #C424FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424FA

Black with #C424FA

Text Example


Text Example

White with #C424FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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