Html Css Color HEX #C129FC Electric Purple

📋 copy color: '#C129FC'

red 193 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C129FC

Tints of Electric Purple #C129FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 39.71%
G = 8.44%
B = 51.85%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C129FC (or 0xC129FC) is known color: Electric Purple. HEX triplet: C1, 29 and FC. RGB value is (193,41,252). Sum of RGB (Red+Green+Blue) = 193+41+252=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C129FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129FC is #3ED603. Grayscale: #6D6D6D. Windows color (decimal): -4118020 or 16525761. OLE color: 16525761.

HSL color Cylindrical-coordinate representation of color #C129FC: hue angle of 283.22º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C129FC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 41 252 -
CMYK 0.23 0.84 0 0.01
HSL 283.22º 0.97% 0.57% -
HSV(B) 283.22º 0.84% 0.99% -
XYZ 40.36 19.95 93.82 -
YUV 110.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 193 41 252 0.23 0.84 0 0.01 283.22 0.97 0.57
Hex C1 29 FC 17 54 0 1 11B 61 39
Octal 301 51 374 27 124 0 1 433 141 71
Binary 11000001 101001 11111100 10111 1010100 0 1 100011011 1100001 111001

Color Harmonies of #C129FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129FC

Black with #C129FC

Text Example


Text Example

White with #C129FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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