Html Css Color HEX #C407FC Electric Purple

📋 copy color: '#C407FC'

red 196 ◦ green 7 ◦ blue 252

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

Shades of Electric Purple #C407FC

Tints of Electric Purple #C407FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 43.08%
G = 1.54%
B = 55.38%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C407FC (or 0xC407FC) is known color: Electric Purple. HEX triplet: C4, 07 and FC. RGB value is (196,7,252). Sum of RGB (Red+Green+Blue) = 196+7+252=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C407FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407FC is #3BF803. Grayscale: #5A5A5A. Windows color (decimal): -3930116 or 16517060. OLE color: 16517060.

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

Color convert

RGB 196 7 252 -
CMYK 0.22 0.97 0 0.01
HSL 286.29º 0.98% 0.51% -
HSV(B) 286.29º 0.97% 0.99% -
XYZ 40.41 18.92 93.62 -
YUV 91.44 218.62 202.58 -
System Red Green Blue C M Y K H S L
Decimal 196 7 252 0.22 0.97 0 0.01 286.29 0.98 0.51
Hex C4 7 FC 16 61 0 1 11E 62 33
Octal 304 7 374 26 141 0 1 436 142 63
Binary 11000100 111 11111100 10110 1100001 0 1 100011110 1100010 110011

Color Harmonies of #C407FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407FC

Black with #C407FC

Text Example


Text Example

White with #C407FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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