Html Css Color HEX #C413FC Electric Purple

📋 copy color: '#C413FC'

red 196 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #C413FC

Tints of Electric Purple #C413FC

RGB

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

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

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

R = 41.97%
G = 4.07%
B = 53.96%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C413FC (or 0xC413FC) is known color: Electric Purple. HEX triplet: C4, 13 and FC. RGB value is (196,19,252). Sum of RGB (Red+Green+Blue) = 196+19+252=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #C413FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413FC is #3BEC03. Grayscale: #616161. Windows color (decimal): -3927044 or 16520132. OLE color: 16520132.

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

Color convert

RGB 196 19 252 -
CMYK 0.22 0.92 0 0.01
HSL 285.58º 0.97% 0.53% -
HSV(B) 285.58º 0.92% 0.99% -
XYZ 40.57 19.23 93.67 -
YUV 98.49 214.64 197.55 -
System Red Green Blue C M Y K H S L
Decimal 196 19 252 0.22 0.92 0 0.01 285.58 0.97 0.53
Hex C4 13 FC 16 5C 0 1 11E 61 35
Octal 304 23 374 26 134 0 1 436 141 65
Binary 11000100 10011 11111100 10110 1011100 0 1 100011110 1100001 110101

Color Harmonies of #C413FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413FC

Black with #C413FC

Text Example


Text Example

White with #C413FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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