Html Css Color HEX #C420F3 Electric Purple

📋 copy color: '#C420F3'

red 196 ◦ green 32 ◦ blue 243

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

Shades of Electric Purple #C420F3

Tints of Electric Purple #C420F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 41.61%
G = 6.79%
B = 51.59%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C420F3 (or 0xC420F3) is known color: Electric Purple. HEX triplet: C4, 20 and F3. RGB value is (196,32,243). Sum of RGB (Red+Green+Blue) = 196+32+243=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #C420F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420F3 is #3BDF0C. Grayscale: #686868. Windows color (decimal): -3923725 or 15933636. OLE color: 15933636.

HSL color Cylindrical-coordinate representation of color #C420F3: hue angle of 286.64º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420F3 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 32 243 -
CMYK 0.19 0.87 0 0.05
HSL 286.64º 0.9% 0.54% -
HSV(B) 286.64º 0.87% 0.95% -
XYZ 39.46 19.24 86.43 -
YUV 105.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 196 32 243 0.19 0.87 0 0.05 286.64 0.9 0.54
Hex C4 20 F3 13 57 0 5 11F 5A 36
Octal 304 40 363 23 127 0 5 437 132 66
Binary 11000100 100000 11110011 10011 1010111 0 101 100011111 1011010 110110

Color Harmonies of #C420F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420F3

Black with #C420F3

Text Example


Text Example

White with #C420F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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