Html Css Color HEX #C120EF Electric Purple

📋 copy color: '#C120EF'

red 193 ◦ green 32 ◦ blue 239

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

Shades of Electric Purple #C120EF

Tints of Electric Purple #C120EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 41.59%
G = 6.9%
B = 51.51%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C120EF (or 0xC120EF) is known color: Electric Purple. HEX triplet: C1, 20 and EF. RGB value is (193,32,239). Sum of RGB (Red+Green+Blue) = 193+32+239=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #C120EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C120EF is #3EDF10. Grayscale: #676767. Windows color (decimal): -4120337 or 15671489. OLE color: 15671489.

HSL color Cylindrical-coordinate representation of color #C120EF: hue angle of 286.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C120EF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 32 239 -
CMYK 0.19 0.87 0 0.06
HSL 286.67º 0.87% 0.53% -
HSV(B) 286.67º 0.87% 0.94% -
XYZ 38.09 18.6 83.24 -
YUV 103.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 193 32 239 0.19 0.87 0 0.06 286.67 0.87 0.53
Hex C1 20 EF 13 57 0 6 11F 57 35
Octal 301 40 357 23 127 0 6 437 127 65
Binary 11000001 100000 11101111 10011 1010111 0 110 100011111 1010111 110101

Color Harmonies of #C120EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120EF

Black with #C120EF

Text Example


Text Example

White with #C120EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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