Html Css Color HEX #C129FB Electric Purple

📋 copy color: '#C129FB'

red 193 ◦ green 41 ◦ blue 251

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

Shades of Electric Purple #C129FB

Tints of Electric Purple #C129FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 39.79%
G = 8.45%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C129FB (or 0xC129FB) is known color: Electric Purple. HEX triplet: C1, 29 and FB. RGB value is (193,41,251). Sum of RGB (Red+Green+Blue) = 193+41+251=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C129FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129FB is #3ED604. Grayscale: #6D6D6D. Windows color (decimal): -4118021 or 16460225. OLE color: 16460225.

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

Color convert

RGB 193 41 251 -
CMYK 0.23 0.84 0 0.02
HSL 283.43º 0.96% 0.57% -
HSV(B) 283.43º 0.84% 0.98% -
XYZ 40.2 19.89 92.99 -
YUV 110.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 193 41 251 0.23 0.84 0 0.02 283.43 0.96 0.57
Hex C1 29 FB 17 54 0 2 11B 60 39
Octal 301 51 373 27 124 0 2 433 140 71
Binary 11000001 101001 11111011 10111 1010100 0 10 100011011 1100000 111001

Color Harmonies of #C129FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129FB

Black with #C129FB

Text Example


Text Example

White with #C129FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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