Html Css Color HEX #C41BF4 Electric Purple

📋 copy color: '#C41BF4'

red 196 ◦ green 27 ◦ blue 244

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

Shades of Electric Purple #C41BF4

Tints of Electric Purple #C41BF4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.78%

 BLUE value IS 244 (95.7% from 255) = 52.25%

R = 41.97%
G = 5.78%
B = 52.25%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C41BF4 (or 0xC41BF4) is known color: Electric Purple. HEX triplet: C4, 1B and F4. RGB value is (196,27,244). Sum of RGB (Red+Green+Blue) = 196+27+244=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #C41BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C41BF4 is #3BE40B. Grayscale: #656565. Windows color (decimal): -3925004 or 15997892. OLE color: 15997892.

HSL color Cylindrical-coordinate representation of color #C41BF4: hue angle of 286.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41BF4 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 27 244 -
CMYK 0.20 0.89 0 0.04
HSL 286.73º 0.91% 0.53% -
HSV(B) 286.73º 0.89% 0.96% -
XYZ 39.49 19.05 87.18 -
YUV 102.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 196 27 244 0.20 0.89 0 0.04 286.73 0.91 0.53
Hex C4 1B F4 14 59 0 4 11F 5B 35
Octal 304 33 364 24 131 0 4 437 133 65
Binary 11000100 11011 11110100 10100 1011001 0 100 100011111 1011011 110101

Color Harmonies of #C41BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41BF4

Black with #C41BF4

Text Example


Text Example

White with #C41BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41BF4; }

 p { color: rgb(196,27,244); }

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

background-color css

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

 a { background-color: rgb(196,27,244); }

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

border-color css

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

 span { border-color: rgb(196,27,244); }

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