Html Css Color HEX #C410EA Electric Purple

📋 copy color: '#C410EA'

red 196 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #C410EA

Tints of Electric Purple #C410EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 43.95%
G = 3.59%
B = 52.47%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C410EA (or 0xC410EA) is known color: Electric Purple. HEX triplet: C4, 10 and EA. RGB value is (196,16,234). Sum of RGB (Red+Green+Blue) = 196+16+234=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #C410EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C410EA is #3BEF15. Grayscale: #5D5D5D. Windows color (decimal): -3927830 or 15339716. OLE color: 15339716.

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

Color convert

RGB 196 16 234 -
CMYK 0.16 0.93 0 0.08
HSL 289.54º 0.87% 0.49% -
HSV(B) 289.54º 0.93% 0.92% -
XYZ 37.8 18.05 79.33 -
YUV 94.67 206.63 200.27 -
System Red Green Blue C M Y K H S L
Decimal 196 16 234 0.16 0.93 0 0.08 289.54 0.87 0.49
Hex C4 10 EA 10 5D 0 8 122 57 31
Octal 304 20 352 20 135 0 10 442 127 61
Binary 11000100 10000 11101010 10000 1011101 0 1000 100100010 1010111 110001

Color Harmonies of #C410EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C410EA

Black with #C410EA

Text Example


Text Example

White with #C410EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C410EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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