Html Css Color HEX #C412FE Electric Purple

📋 copy color: '#C412FE'

red 196 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C412FE

Tints of Electric Purple #C412FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 41.88%
G = 3.85%
B = 54.27%

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

#C412FE (or 0xC412FE) is known color: Electric Purple. HEX triplet: C4, 12 and FE. RGB value is (196,18,254). Sum of RGB (Red+Green+Blue) = 196+18+254=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #C412FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C412FE is #3BED01. Grayscale: #616161. Windows color (decimal): -3927298 or 16650948. OLE color: 16650948.

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

Color convert

RGB 196 18 254 -
CMYK 0.23 0.93 0 0.00
HSL 285.25º 0.99% 0.53% -
HSV(B) 285.25º 0.93% 1% -
XYZ 40.87 19.32 95.34 -
YUV 98.13 215.97 197.81 -
System Red Green Blue C M Y K H S L
Decimal 196 18 254 0.23 0.93 0 0.00 285.25 0.99 0.53
Hex C4 12 FE 17 5D 0 0 11D 63 35
Octal 304 22 376 27 135 0 0 435 143 65
Binary 11000100 10010 11111110 10111 1011101 0 0 100011101 1100011 110101

Color Harmonies of #C412FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412FE

Black with #C412FE

Text Example


Text Example

White with #C412FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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