Html Css Color HEX #C407EA Electric Purple

📋 copy color: '#C407EA'

red 196 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #C407EA

Tints of Electric Purple #C407EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 44.85%
G = 1.6%
B = 53.55%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C407EA (or 0xC407EA) is known color: Electric Purple. HEX triplet: C4, 07 and EA. RGB value is (196,7,234). Sum of RGB (Red+Green+Blue) = 196+7+234=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C407EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407EA is #3BF815. Grayscale: #585858. Windows color (decimal): -3930134 or 15337412. OLE color: 15337412.

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

Color convert

RGB 196 7 234 -
CMYK 0.16 0.97 0 0.08
HSL 289.96º 0.94% 0.47% -
HSV(B) 289.96º 0.97% 0.92% -
XYZ 37.69 17.83 79.3 -
YUV 89.39 209.62 204.04 -
System Red Green Blue C M Y K H S L
Decimal 196 7 234 0.16 0.97 0 0.08 289.96 0.94 0.47
Hex C4 7 EA 10 61 0 8 122 5E 2F
Octal 304 7 352 20 141 0 10 442 136 57
Binary 11000100 111 11101010 10000 1100001 0 1000 100100010 1011110 101111

Color Harmonies of #C407EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407EA

Black with #C407EA

Text Example


Text Example

White with #C407EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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