Html Css Color HEX #C41CFD Electric Purple

📋 copy color: '#C41CFD'

red 196 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #C41CFD

Tints of Electric Purple #C41CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.87%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 41.09%
G = 5.87%
B = 53.04%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C41CFD (or 0xC41CFD) is known color: Electric Purple. HEX triplet: C4, 1C and FD. RGB value is (196,28,253). Sum of RGB (Red+Green+Blue) = 196+28+253=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C41CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41CFD is #3BE302. Grayscale: #676767. Windows color (decimal): -3924739 or 16587972. OLE color: 16587972.

HSL color Cylindrical-coordinate representation of color #C41CFD: hue angle of 284.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41CFD is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 28 253 -
CMYK 0.23 0.89 0 0.01
HSL 284.8º 0.98% 0.55% -
HSV(B) 284.8º 0.89% 0.99% -
XYZ 40.91 19.66 94.57 -
YUV 103.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 196 28 253 0.23 0.89 0 0.01 284.8 0.98 0.55
Hex C4 1C FD 17 59 0 1 11D 62 37
Octal 304 34 375 27 131 0 1 435 142 67
Binary 11000100 11100 11111101 10111 1011001 0 1 100011101 1100010 110111

Color Harmonies of #C41CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CFD

Black with #C41CFD

Text Example


Text Example

White with #C41CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CFD; }

 p { color: rgb(196,28,253); }

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

background-color css

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

 a { background-color: rgb(196,28,253); }

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

border-color css

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

 span { border-color: rgb(196,28,253); }

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