Html Css Color HEX #C129ED Electric Purple

📋 copy color: '#C129ED'

red 193 ◦ green 41 ◦ blue 237

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

Shades of Electric Purple #C129ED

Tints of Electric Purple #C129ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 40.98%
G = 8.7%
B = 50.32%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C129ED (or 0xC129ED) is known color: Electric Purple. HEX triplet: C1, 29 and ED. RGB value is (193,41,237). Sum of RGB (Red+Green+Blue) = 193+41+237=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C129ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129ED is #3ED612. Grayscale: #6C6C6C. Windows color (decimal): -4118035 or 15542721. OLE color: 15542721.

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

Color convert

RGB 193 41 237 -
CMYK 0.19 0.83 0 0.07
HSL 286.53º 0.84% 0.55% -
HSV(B) 286.53º 0.83% 0.93% -
XYZ 38.07 19.04 81.79 -
YUV 108.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 193 41 237 0.19 0.83 0 0.07 286.53 0.84 0.55
Hex C1 29 ED 13 53 0 7 11F 54 37
Octal 301 51 355 23 123 0 7 437 124 67
Binary 11000001 101001 11101101 10011 1010011 0 111 100011111 1010100 110111

Color Harmonies of #C129ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129ED

Black with #C129ED

Text Example


Text Example

White with #C129ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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