Html Css Color HEX #C120F4 Electric Purple

📋 copy color: '#C120F4'

red 193 ◦ green 32 ◦ blue 244

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

Shades of Electric Purple #C120F4

Tints of Electric Purple #C120F4

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

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

 BLUE value IS 244 (95.7% from 255) = 52.03%

R = 41.15%
G = 6.82%
B = 52.03%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C120F4 (or 0xC120F4) is known color: Electric Purple. HEX triplet: C1, 20 and F4. RGB value is (193,32,244). Sum of RGB (Red+Green+Blue) = 193+32+244=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #C120F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120F4 is #3EDF0B. Grayscale: #676767. Windows color (decimal): -4120332 or 15999169. OLE color: 15999169.

HSL color Cylindrical-coordinate representation of color #C120F4: hue angle of 285.57º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120F4 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 32 244 -
CMYK 0.21 0.87 0 0.04
HSL 285.57º 0.91% 0.54% -
HSV(B) 285.57º 0.87% 0.96% -
XYZ 38.84 18.9 87.19 -
YUV 104.31 206.84 191.26 -
System Red Green Blue C M Y K H S L
Decimal 193 32 244 0.21 0.87 0 0.04 285.57 0.91 0.54
Hex C1 20 F4 15 57 0 4 11E 5B 36
Octal 301 40 364 25 127 0 4 436 133 66
Binary 11000001 100000 11110100 10101 1010111 0 100 100011110 1011011 110110

Color Harmonies of #C120F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120F4

Black with #C120F4

Text Example


Text Example

White with #C120F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120F4; }

 p { color: rgb(193,32,244); }

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

background-color css

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

 a { background-color: rgb(193,32,244); }

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

border-color css

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

 span { border-color: rgb(193,32,244); }

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