Html Css Color HEX #C131FB Electric Purple

📋 copy color: '#C131FB'

red 193 ◦ green 49 ◦ blue 251

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

Shades of Electric Purple #C131FB

Tints of Electric Purple #C131FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.94%

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

R = 39.15%
G = 9.94%
B = 50.91%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C131FB (or 0xC131FB) is known color: Electric Purple. HEX triplet: C1, 31 and FB. RGB value is (193,49,251). Sum of RGB (Red+Green+Blue) = 193+49+251=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C131FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FB is #3ECE04. Grayscale: #727272. Windows color (decimal): -4115973 or 16462273. OLE color: 16462273.

HSL color Cylindrical-coordinate representation of color #C131FB: hue angle of 282.77º degrees, saturation: 0.96, 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 #C131FB is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 49 251 -
CMYK 0.23 0.80 0 0.02
HSL 282.77º 0.96% 0.59% -
HSV(B) 282.77º 0.8% 0.98% -
XYZ 40.5 20.5 93.09 -
YUV 115.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 193 49 251 0.23 0.80 0 0.02 282.77 0.96 0.59
Hex C1 31 FB 17 50 0 2 11B 60 3B
Octal 301 61 373 27 120 0 2 433 140 73
Binary 11000001 110001 11111011 10111 1010000 0 10 100011011 1100000 111011

Color Harmonies of #C131FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131FB

Black with #C131FB

Text Example


Text Example

White with #C131FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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