Html Css Color HEX #C410FA Electric Purple

📋 copy color: '#C410FA'

red 196 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #C410FA

Tints of Electric Purple #C410FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.46%

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

R = 42.42%
G = 3.46%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C410FA (or 0xC410FA) is known color: Electric Purple. HEX triplet: C4, 10 and FA. RGB value is (196,16,250). Sum of RGB (Red+Green+Blue) = 196+16+250=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #C410FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410FA is #3BEF05. Grayscale: #5F5F5F. Windows color (decimal): -3927814 or 16388292. OLE color: 16388292.

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

Color convert

RGB 196 16 250 -
CMYK 0.22 0.94 0 0.02
HSL 286.15º 0.96% 0.52% -
HSV(B) 286.15º 0.94% 0.98% -
XYZ 40.21 19.01 91.99 -
YUV 96.5 214.63 198.97 -
System Red Green Blue C M Y K H S L
Decimal 196 16 250 0.22 0.94 0 0.02 286.15 0.96 0.52
Hex C4 10 FA 16 5E 0 2 11E 60 34
Octal 304 20 372 26 136 0 2 436 140 64
Binary 11000100 10000 11111010 10110 1011110 0 10 100011110 1100000 110100

Color Harmonies of #C410FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410FA

Black with #C410FA

Text Example


Text Example

White with #C410FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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