Html Css Color HEX #C41FFC Electric Purple

📋 copy color: '#C41FFC'

red 196 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #C41FFC

Tints of Electric Purple #C41FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.47%

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

R = 40.92%
G = 6.47%
B = 52.61%

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

#C41FFC (or 0xC41FFC) is known color: Electric Purple. HEX triplet: C4, 1F and FC. RGB value is (196,31,252). Sum of RGB (Red+Green+Blue) = 196+31+252=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C41FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41FFC is #3BE003. Grayscale: #686868. Windows color (decimal): -3923972 or 16523204. OLE color: 16523204.

HSL color Cylindrical-coordinate representation of color #C41FFC: hue angle of 284.8º 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 #C41FFC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 31 252 -
CMYK 0.22 0.88 0 0.01
HSL 284.8º 0.97% 0.55% -
HSV(B) 284.8º 0.88% 0.99% -
XYZ 40.83 19.74 93.75 -
YUV 105.53 210.66 192.53 -
System Red Green Blue C M Y K H S L
Decimal 196 31 252 0.22 0.88 0 0.01 284.8 0.97 0.55
Hex C4 1F FC 16 58 0 1 11D 61 37
Octal 304 37 374 26 130 0 1 435 141 67
Binary 11000100 11111 11111100 10110 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C41FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FFC

Black with #C41FFC

Text Example


Text Example

White with #C41FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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