Html Css Color HEX #C132F9 Electric Purple

📋 copy color: '#C132F9'

red 193 ◦ green 50 ◦ blue 249

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

Shades of Electric Purple #C132F9

Tints of Electric Purple #C132F9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.16%

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 39.23%
G = 10.16%
B = 50.61%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C132F9 (or 0xC132F9) is known color: Electric Purple. HEX triplet: C1, 32 and F9. RGB value is (193,50,249). Sum of RGB (Red+Green+Blue) = 193+50+249=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #C132F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C132F9 is #3ECD06. Grayscale: #727272. Windows color (decimal): -4115719 or 16331457. OLE color: 16331457.

HSL color Cylindrical-coordinate representation of color #C132F9: hue angle of 283.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C132F9 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 50 249 -
CMYK 0.22 0.80 0 0.02
HSL 283.12º 0.94% 0.59% -
HSV(B) 283.12º 0.8% 0.98% -
XYZ 40.23 20.46 91.45 -
YUV 115.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 193 50 249 0.22 0.80 0 0.02 283.12 0.94 0.59
Hex C1 32 F9 16 50 0 2 11B 5E 3B
Octal 301 62 371 26 120 0 2 433 136 73
Binary 11000001 110010 11111001 10110 1010000 0 10 100011011 1011110 111011

Color Harmonies of #C132F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132F9

Black with #C132F9

Text Example


Text Example

White with #C132F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132F9; }

 p { color: rgb(193,50,249); }

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

background-color css

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

 a { background-color: rgb(193,50,249); }

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

border-color css

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

 span { border-color: rgb(193,50,249); }

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