Html Css Color HEX #C413F4 Electric Purple

📋 copy color: '#C413F4'

red 196 ◦ green 19 ◦ blue 244

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

Shades of Electric Purple #C413F4

Tints of Electric Purple #C413F4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.14%

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

R = 42.7%
G = 4.14%
B = 53.16%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C413F4 (or 0xC413F4) is known color: Electric Purple. HEX triplet: C4, 13 and F4. RGB value is (196,19,244). Sum of RGB (Red+Green+Blue) = 196+19+244=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #C413F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413F4 is #3BEC0B. Grayscale: #606060. Windows color (decimal): -3927052 or 15995844. OLE color: 15995844.

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

Color convert

RGB 196 19 244 -
CMYK 0.20 0.92 0 0.04
HSL 287.2º 0.91% 0.52% -
HSV(B) 287.2º 0.92% 0.96% -
XYZ 39.33 18.73 87.13 -
YUV 97.57 210.64 198.2 -
System Red Green Blue C M Y K H S L
Decimal 196 19 244 0.20 0.92 0 0.04 287.2 0.91 0.52
Hex C4 13 F4 14 5C 0 4 11F 5B 34
Octal 304 23 364 24 134 0 4 437 133 64
Binary 11000100 10011 11110100 10100 1011100 0 100 100011111 1011011 110100

Color Harmonies of #C413F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413F4

Black with #C413F4

Text Example


Text Example

White with #C413F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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