Html Css Color HEX #C129EC Electric Purple

📋 copy color: '#C129EC'

red 193 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #C129EC

Tints of Electric Purple #C129EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.72%

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

R = 41.06%
G = 8.72%
B = 50.21%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C129EC (or 0xC129EC) is known color: Electric Purple. HEX triplet: C1, 29 and EC. RGB value is (193,41,236). Sum of RGB (Red+Green+Blue) = 193+41+236=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #C129EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129EC is #3ED613. Grayscale: #6C6C6C. Windows color (decimal): -4118036 or 15477185. OLE color: 15477185.

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

Color convert

RGB 193 41 236 -
CMYK 0.18 0.83 0 0.07
HSL 286.77º 0.84% 0.54% -
HSV(B) 286.77º 0.83% 0.93% -
XYZ 37.93 18.98 81.02 -
YUV 108.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 193 41 236 0.18 0.83 0 0.07 286.77 0.84 0.54
Hex C1 29 EC 12 53 0 7 11F 54 36
Octal 301 51 354 22 123 0 7 437 124 66
Binary 11000001 101001 11101100 10010 1010011 0 111 100011111 1010100 110110

Color Harmonies of #C129EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129EC

Black with #C129EC

Text Example


Text Example

White with #C129EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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