Html Css Color HEX #C124EF Electric Purple

📋 copy color: '#C124EF'

red 193 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #C124EF

Tints of Electric Purple #C124EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.69%

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

R = 41.24%
G = 7.69%
B = 51.07%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C124EF (or 0xC124EF) is known color: Electric Purple. HEX triplet: C1, 24 and EF. RGB value is (193,36,239). Sum of RGB (Red+Green+Blue) = 193+36+239=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C124EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124EF is #3EDB10. Grayscale: #696969. Windows color (decimal): -4119313 or 15672513. OLE color: 15672513.

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

Color convert

RGB 193 36 239 -
CMYK 0.19 0.85 0 0.06
HSL 286.4º 0.86% 0.54% -
HSV(B) 286.4º 0.85% 0.94% -
XYZ 38.2 18.83 83.28 -
YUV 106.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 193 36 239 0.19 0.85 0 0.06 286.4 0.86 0.54
Hex C1 24 EF 13 55 0 6 11E 56 36
Octal 301 44 357 23 125 0 6 436 126 66
Binary 11000001 100100 11101111 10011 1010101 0 110 100011110 1010110 110110

Color Harmonies of #C124EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124EF

Black with #C124EF

Text Example


Text Example

White with #C124EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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