Html Css Color HEX #C124EA Electric Purple

📋 copy color: '#C124EA'

red 193 ◦ green 36 ◦ blue 234

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

Shades of Electric Purple #C124EA

Tints of Electric Purple #C124EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 41.68%
G = 7.78%
B = 50.54%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C124EA (or 0xC124EA) is known color: Electric Purple. HEX triplet: C1, 24 and EA. RGB value is (193,36,234). Sum of RGB (Red+Green+Blue) = 193+36+234=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C124EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124EA is #3EDB15. Grayscale: #686868. Windows color (decimal): -4119318 or 15344833. OLE color: 15344833.

HSL color Cylindrical-coordinate representation of color #C124EA: hue angle of 287.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C124EA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 36 234 -
CMYK 0.18 0.85 0 0.08
HSL 287.58º 0.83% 0.53% -
HSV(B) 287.58º 0.85% 0.92% -
XYZ 37.47 18.54 79.45 -
YUV 105.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 193 36 234 0.18 0.85 0 0.08 287.58 0.83 0.53
Hex C1 24 EA 12 55 0 8 120 52 35
Octal 301 44 352 22 125 0 10 440 122 65
Binary 11000001 100100 11101010 10010 1010101 0 1000 100100000 1010010 110101

Color Harmonies of #C124EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124EA

Black with #C124EA

Text Example


Text Example

White with #C124EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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