Html Css Color HEX #C41DFA Electric Purple

📋 copy color: '#C41DFA'

red 196 ◦ green 29 ◦ blue 250

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

Shades of Electric Purple #C41DFA

Tints of Electric Purple #C41DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

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

R = 41.26%
G = 6.11%
B = 52.63%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C41DFA (or 0xC41DFA) is known color: Electric Purple. HEX triplet: C4, 1D and FA. RGB value is (196,29,250). Sum of RGB (Red+Green+Blue) = 196+29+250=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C41DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFA is #3BE205. Grayscale: #676767. Windows color (decimal): -3924486 or 16391620. OLE color: 16391620.

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

Color convert

RGB 196 29 250 -
CMYK 0.22 0.88 0 0.02
HSL 285.34º 0.96% 0.55% -
HSV(B) 285.34º 0.88% 0.98% -
XYZ 40.46 19.52 92.08 -
YUV 104.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 196 29 250 0.22 0.88 0 0.02 285.34 0.96 0.55
Hex C4 1D FA 16 58 0 2 11D 60 37
Octal 304 35 372 26 130 0 2 435 140 67
Binary 11000100 11101 11111010 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C41DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DFA

Black with #C41DFA

Text Example


Text Example

White with #C41DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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