Html Css Color HEX #C127F9 Electric Purple

📋 copy color: '#C127F9'

red 193 ◦ green 39 ◦ blue 249

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

Shades of Electric Purple #C127F9

Tints of Electric Purple #C127F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.11%

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

R = 40.12%
G = 8.11%
B = 51.77%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C127F9 (or 0xC127F9) is known color: Electric Purple. HEX triplet: C1, 27 and F9. RGB value is (193,39,249). Sum of RGB (Red+Green+Blue) = 193+39+249=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #C127F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127F9 is #3ED806. Grayscale: #6C6C6C. Windows color (decimal): -4118535 or 16328641. OLE color: 16328641.

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

Color convert

RGB 193 39 249 -
CMYK 0.22 0.84 0 0.02
HSL 284º 0.95% 0.56% -
HSV(B) 284º 0.84% 0.98% -
XYZ 39.82 19.63 91.31 -
YUV 108.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 193 39 249 0.22 0.84 0 0.02 284 0.95 0.56
Hex C1 27 F9 16 54 0 2 11C 5F 38
Octal 301 47 371 26 124 0 2 434 137 70
Binary 11000001 100111 11111001 10110 1010100 0 10 100011100 1011111 111000

Color Harmonies of #C127F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127F9

Black with #C127F9

Text Example


Text Example

White with #C127F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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