Html Css Color HEX #C123EF Electric Purple

📋 copy color: '#C123EF'

red 193 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #C123EF

Tints of Electric Purple #C123EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.49%

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

R = 41.33%
G = 7.49%
B = 51.18%

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

#C123EF (or 0xC123EF) is known color: Electric Purple. HEX triplet: C1, 23 and EF. RGB value is (193,35,239). Sum of RGB (Red+Green+Blue) = 193+35+239=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C123EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123EF is #3EDC10. Grayscale: #686868. Windows color (decimal): -4119569 or 15672257. OLE color: 15672257.

HSL color Cylindrical-coordinate representation of color #C123EF: hue angle of 286.47º 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 #C123EF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 35 239 -
CMYK 0.19 0.85 0 0.06
HSL 286.47º 0.86% 0.54% -
HSV(B) 286.47º 0.85% 0.94% -
XYZ 38.17 18.77 83.27 -
YUV 105.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 193 35 239 0.19 0.85 0 0.06 286.47 0.86 0.54
Hex C1 23 EF 13 55 0 6 11E 56 36
Octal 301 43 357 23 125 0 6 436 126 66
Binary 11000001 100011 11101111 10011 1010101 0 110 100011110 1010110 110110

Color Harmonies of #C123EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123EF

Black with #C123EF

Text Example


Text Example

White with #C123EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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