Html Css Color HEX #C129FE Electric Purple

📋 copy color: '#C129FE'

red 193 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #C129FE

Tints of Electric Purple #C129FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 39.55%
G = 8.4%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C129FE (or 0xC129FE) is known color: Electric Purple. HEX triplet: C1, 29 and FE. RGB value is (193,41,254). Sum of RGB (Red+Green+Blue) = 193+41+254=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C129FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129FE is #3ED601. Grayscale: #6E6E6E. Windows color (decimal): -4118018 or 16656833. OLE color: 16656833.

HSL color Cylindrical-coordinate representation of color #C129FE: hue angle of 282.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C129FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 41 254 -
CMYK 0.24 0.84 0 0.00
HSL 282.82º 0.99% 0.58% -
HSV(B) 282.82º 0.84% 1% -
XYZ 40.67 20.08 95.5 -
YUV 110.73 208.86 186.68 -
System Red Green Blue C M Y K H S L
Decimal 193 41 254 0.24 0.84 0 0.00 282.82 0.99 0.58
Hex C1 29 FE 18 54 0 0 11B 63 3A
Octal 301 51 376 30 124 0 0 433 143 72
Binary 11000001 101001 11111110 11000 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C129FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129FE

Black with #C129FE

Text Example


Text Example

White with #C129FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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