Html Css Color HEX #C41DFC Electric Purple

📋 copy color: '#C41DFC'

red 196 ◦ green 29 ◦ blue 252

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

Shades of Electric Purple #C41DFC

Tints of Electric Purple #C41DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 41.09%
G = 6.08%
B = 52.83%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C41DFC (or 0xC41DFC) is known color: Electric Purple. HEX triplet: C4, 1D and FC. RGB value is (196,29,252). Sum of RGB (Red+Green+Blue) = 196+29+252=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C41DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41DFC is #3BE203. Grayscale: #676767. Windows color (decimal): -3924484 or 16522692. OLE color: 16522692.

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

Color convert

RGB 196 29 252 -
CMYK 0.22 0.88 0 0.01
HSL 284.93º 0.97% 0.55% -
HSV(B) 284.93º 0.88% 0.99% -
XYZ 40.78 19.64 93.74 -
YUV 104.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 196 29 252 0.22 0.88 0 0.01 284.93 0.97 0.55
Hex C4 1D FC 16 58 0 1 11D 61 37
Octal 304 35 374 26 130 0 1 435 141 67
Binary 11000100 11101 11111100 10110 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C41DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DFC

Black with #C41DFC

Text Example


Text Example

White with #C41DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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