Html Css Color HEX #C411E6 Electric Purple

📋 copy color: '#C411E6'

red 196 ◦ green 17 ◦ blue 230

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

Shades of Electric Purple #C411E6

Tints of Electric Purple #C411E6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.84%

 BLUE value IS 230 (90.23% from 255) = 51.92%

R = 44.24%
G = 3.84%
B = 51.92%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C411E6 (or 0xC411E6) is known color: Electric Purple. HEX triplet: C4, 11 and E6. RGB value is (196,17,230). Sum of RGB (Red+Green+Blue) = 196+17+230=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #C411E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C411E6 is #3BEE19. Grayscale: #5E5E5E. Windows color (decimal): -3927578 or 15077828. OLE color: 15077828.

HSL color Cylindrical-coordinate representation of color #C411E6: hue angle of 290.42º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C411E6 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 17 230 -
CMYK 0.15 0.93 0 0.10
HSL 290.42º 0.86% 0.48% -
HSV(B) 290.42º 0.93% 0.9% -
XYZ 37.25 17.85 76.35 -
YUV 94.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 196 17 230 0.15 0.93 0 0.10 290.42 0.86 0.48
Hex C4 11 E6 F 5D 0 A 122 56 30
Octal 304 21 346 17 135 0 12 442 126 60
Binary 11000100 10001 11100110 1111 1011101 0 1010 100100010 1010110 110000

Color Harmonies of #C411E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C411E6

Black with #C411E6

Text Example


Text Example

White with #C411E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C411E6; }

 p { color: rgb(196,17,230); }

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

background-color css

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

 a { background-color: rgb(196,17,230); }

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

border-color css

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

 span { border-color: rgb(196,17,230); }

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