Html Css Color HEX #C125EC Electric Purple

📋 copy color: '#C125EC'

red 193 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #C125EC

Tints of Electric Purple #C125EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.94%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 41.42%
G = 7.94%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C125EC (or 0xC125EC) is known color: Electric Purple. HEX triplet: C1, 25 and EC. RGB value is (193,37,236). Sum of RGB (Red+Green+Blue) = 193+37+236=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C125EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125EC is #3EDA13. Grayscale: #696969. Windows color (decimal): -4119060 or 15476161. OLE color: 15476161.

HSL color Cylindrical-coordinate representation of color #C125EC: hue angle of 287.04º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C125EC is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 37 236 -
CMYK 0.18 0.84 0 0.07
HSL 287.04º 0.84% 0.54% -
HSV(B) 287.04º 0.84% 0.93% -
XYZ 37.79 18.72 80.98 -
YUV 106.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 193 37 236 0.18 0.84 0 0.07 287.04 0.84 0.54
Hex C1 25 EC 12 54 0 7 11F 54 36
Octal 301 45 354 22 124 0 7 437 124 66
Binary 11000001 100101 11101100 10010 1010100 0 111 100011111 1010100 110110

Color Harmonies of #C125EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125EC

Black with #C125EC

Text Example


Text Example

White with #C125EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125EC; }

 p { color: rgb(193,37,236); }

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

background-color css

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

 a { background-color: rgb(193,37,236); }

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

border-color css

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

 span { border-color: rgb(193,37,236); }

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