Html Css Color HEX #C410EC Electric Purple

📋 copy color: '#C410EC'

red 196 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C410EC

Tints of Electric Purple #C410EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.57%

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 43.75%
G = 3.57%
B = 52.68%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C410EC (or 0xC410EC) is known color: Electric Purple. HEX triplet: C4, 10 and EC. RGB value is (196,16,236). Sum of RGB (Red+Green+Blue) = 196+16+236=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #C410EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410EC is #3BEF13. Grayscale: #5E5E5E. Windows color (decimal): -3927828 or 15470788. OLE color: 15470788.

HSL color Cylindrical-coordinate representation of color #C410EC: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C410EC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 16 236 -
CMYK 0.17 0.93 0 0.07
HSL 289.09º 0.87% 0.49% -
HSV(B) 289.09º 0.93% 0.93% -
XYZ 38.09 18.16 80.86 -
YUV 94.9 207.63 200.11 -
System Red Green Blue C M Y K H S L
Decimal 196 16 236 0.17 0.93 0 0.07 289.09 0.87 0.49
Hex C4 10 EC 11 5D 0 7 121 57 31
Octal 304 20 354 21 135 0 7 441 127 61
Binary 11000100 10000 11101100 10001 1011101 0 111 100100001 1010111 110001

Color Harmonies of #C410EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410EC

Black with #C410EC

Text Example


Text Example

White with #C410EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410EC; }

 p { color: rgb(196,16,236); }

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

background-color css

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

 a { background-color: rgb(196,16,236); }

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

border-color css

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

 span { border-color: rgb(196,16,236); }

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