Html Css Color HEX #C430FA Electric Purple

📋 copy color: '#C430FA'

red 196 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #C430FA

Tints of Electric Purple #C430FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.72%

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

R = 39.68%
G = 9.72%
B = 50.61%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C430FA (or 0xC430FA) is known color: Electric Purple. HEX triplet: C4, 30 and FA. RGB value is (196,48,250). Sum of RGB (Red+Green+Blue) = 196+48+250=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C430FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430FA is #3BCF05. Grayscale: #727272. Windows color (decimal): -3919622 or 16396484. OLE color: 16396484.

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

Color convert

RGB 196 48 250 -
CMYK 0.22 0.81 0 0.02
HSL 283.96º 0.95% 0.58% -
HSV(B) 283.96º 0.81% 0.98% -
XYZ 41.08 20.75 92.28 -
YUV 115.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 196 48 250 0.22 0.81 0 0.02 283.96 0.95 0.58
Hex C4 30 FA 16 51 0 2 11C 5F 3A
Octal 304 60 372 26 121 0 2 434 137 72
Binary 11000100 110000 11111010 10110 1010001 0 10 100011100 1011111 111010

Color Harmonies of #C430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430FA

Black with #C430FA

Text Example


Text Example

White with #C430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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