Html Css Color HEX #C123EA Electric Purple

📋 copy color: '#C123EA'

red 193 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #C123EA

Tints of Electric Purple #C123EA

RGB

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

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

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

R = 41.77%
G = 7.58%
B = 50.65%

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

#C123EA (or 0xC123EA) is known color: Electric Purple. HEX triplet: C1, 23 and EA. RGB value is (193,35,234). Sum of RGB (Red+Green+Blue) = 193+35+234=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C123EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123EA is #3EDC15. Grayscale: #686868. Windows color (decimal): -4119574 or 15344577. OLE color: 15344577.

HSL color Cylindrical-coordinate representation of color #C123EA: hue angle of 287.64º degrees, saturation: 0.83, 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 #C123EA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 35 234 -
CMYK 0.18 0.85 0 0.08
HSL 287.64º 0.83% 0.53% -
HSV(B) 287.64º 0.85% 0.92% -
XYZ 37.44 18.48 79.44 -
YUV 104.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 193 35 234 0.18 0.85 0 0.08 287.64 0.83 0.53
Hex C1 23 EA 12 55 0 8 120 53 35
Octal 301 43 352 22 125 0 10 440 123 65
Binary 11000001 100011 11101010 10010 1010101 0 1000 100100000 1010011 110101

Color Harmonies of #C123EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123EA

Black with #C123EA

Text Example


Text Example

White with #C123EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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