Html Css Color HEX #C420FC Electric Purple

📋 copy color: '#C420FC'

red 196 ◦ green 32 ◦ blue 252

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

Shades of Electric Purple #C420FC

Tints of Electric Purple #C420FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.67%

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

R = 40.83%
G = 6.67%
B = 52.5%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C420FC (or 0xC420FC) is known color: Electric Purple. HEX triplet: C4, 20 and FC. RGB value is (196,32,252). Sum of RGB (Red+Green+Blue) = 196+32+252=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #C420FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FC is #3BDF03. Grayscale: #696969. Windows color (decimal): -3923716 or 16523460. OLE color: 16523460.

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

Color convert

RGB 196 32 252 -
CMYK 0.22 0.87 0 0.01
HSL 284.73º 0.97% 0.56% -
HSV(B) 284.73º 0.87% 0.99% -
XYZ 40.85 19.8 93.76 -
YUV 106.12 210.33 192.11 -
System Red Green Blue C M Y K H S L
Decimal 196 32 252 0.22 0.87 0 0.01 284.73 0.97 0.56
Hex C4 20 FC 16 57 0 1 11D 61 38
Octal 304 40 374 26 127 0 1 435 141 70
Binary 11000100 100000 11111100 10110 1010111 0 1 100011101 1100001 111000

Color Harmonies of #C420FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420FC

Black with #C420FC

Text Example


Text Example

White with #C420FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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