Html Css Color HEX #C131FF Electric Purple

📋 copy color: '#C131FF'

red 193 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C131FF

Tints of Electric Purple #C131FF

RGB

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

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

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

R = 38.83%
G = 9.86%
B = 51.31%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C131FF (or 0xC131FF) is known color: Electric Purple. HEX triplet: C1, 31 and FF. RGB value is (193,49,255). Sum of RGB (Red+Green+Blue) = 193+49+255=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C131FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FF is #3ECE00. Grayscale: #727272. Windows color (decimal): -4115969 or 16724417. OLE color: 16724417.

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

Color convert

RGB 193 49 255 -
CMYK 0.24 0.81 0 0
HSL 281.94º 1% 0.6% -
HSV(B) 281.94º 0.81% 1% -
XYZ 41.14 20.75 96.45 -
YUV 115.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 193 49 255 0.24 0.81 0 0 281.94 1 0.6
Hex C1 31 FF 18 51 0 0 11A 64 3C
Octal 301 61 377 30 121 0 0 432 144 74
Binary 11000001 110001 11111111 11000 1010001 0 0 100011010 1100100 111100

Color Harmonies of #C131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131FF

Black with #C131FF

Text Example


Text Example

White with #C131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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