Html Css Color HEX #C413FE Electric Purple

📋 copy color: '#C413FE'

red 196 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #C413FE

Tints of Electric Purple #C413FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 41.79%
G = 4.05%
B = 54.16%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C413FE (or 0xC413FE) is known color: Electric Purple. HEX triplet: C4, 13 and FE. RGB value is (196,19,254). Sum of RGB (Red+Green+Blue) = 196+19+254=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C413FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413FE is #3BEC01. Grayscale: #616161. Windows color (decimal): -3927042 or 16651204. OLE color: 16651204.

HSL color Cylindrical-coordinate representation of color #C413FE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C413FE is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 19 254 -
CMYK 0.23 0.93 0 0.00
HSL 285.19º 0.99% 0.54% -
HSV(B) 285.19º 0.93% 1% -
XYZ 40.89 19.36 95.35 -
YUV 98.71 215.64 197.39 -
System Red Green Blue C M Y K H S L
Decimal 196 19 254 0.23 0.93 0 0.00 285.19 0.99 0.54
Hex C4 13 FE 17 5D 0 0 11D 63 36
Octal 304 23 376 27 135 0 0 435 143 66
Binary 11000100 10011 11111110 10111 1011101 0 0 100011101 1100011 110110

Color Harmonies of #C413FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C413FE

Black with #C413FE

Text Example


Text Example

White with #C413FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C413FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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