Html Css Color HEX #C129FF Electric Purple

📋 copy color: '#C129FF'

red 193 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #C129FF

Tints of Electric Purple #C129FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 39.47%
G = 8.38%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C129FF (or 0xC129FF) is known color: Electric Purple. HEX triplet: C1, 29 and FF. RGB value is (193,41,255). Sum of RGB (Red+Green+Blue) = 193+41+255=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #C129FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C129FF is #3ED600. Grayscale: #6E6E6E. Windows color (decimal): -4118017 or 16722369. OLE color: 16722369.

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

Color convert

RGB 193 41 255 -
CMYK 0.24 0.84 0 0
HSL 282.62º 1% 0.58% -
HSV(B) 282.62º 0.84% 1% -
XYZ 40.84 20.14 96.34 -
YUV 110.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 193 41 255 0.24 0.84 0 0 282.62 1 0.58
Hex C1 29 FF 18 54 0 0 11B 64 3A
Octal 301 51 377 30 124 0 0 433 144 72
Binary 11000001 101001 11111111 11000 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C129FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C129FF

Black with #C129FF

Text Example


Text Example

White with #C129FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C129FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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