Html Css Color HEX #C412FD Electric Purple

📋 copy color: '#C412FD'

red 196 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #C412FD

Tints of Electric Purple #C412FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 41.97%
G = 3.85%
B = 54.18%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C412FD (or 0xC412FD) is known color: Electric Purple. HEX triplet: C4, 12 and FD. RGB value is (196,18,253). Sum of RGB (Red+Green+Blue) = 196+18+253=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C412FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C412FD is #3BED02. Grayscale: #616161. Windows color (decimal): -3927299 or 16585412. OLE color: 16585412.

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

Color convert

RGB 196 18 253 -
CMYK 0.23 0.93 0 0.01
HSL 285.45º 0.98% 0.53% -
HSV(B) 285.45º 0.93% 0.99% -
XYZ 40.71 19.26 94.5 -
YUV 98.01 215.47 197.89 -
System Red Green Blue C M Y K H S L
Decimal 196 18 253 0.23 0.93 0 0.01 285.45 0.98 0.53
Hex C4 12 FD 17 5D 0 1 11D 62 35
Octal 304 22 375 27 135 0 1 435 142 65
Binary 11000100 10010 11111101 10111 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C412FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C412FD

Black with #C412FD

Text Example


Text Example

White with #C412FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C412FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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