Html Css Color HEX #C107F9 Electric Purple

📋 copy color: '#C107F9'

red 193 ◦ green 7 ◦ blue 249

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

Shades of Electric Purple #C107F9

Tints of Electric Purple #C107F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.56%

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

R = 42.98%
G = 1.56%
B = 55.46%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C107F9 (or 0xC107F9) is known color: Electric Purple. HEX triplet: C1, 07 and F9. RGB value is (193,7,249). Sum of RGB (Red+Green+Blue) = 193+7+249=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #C107F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C107F9 is #3EF806. Grayscale: #595959. Windows color (decimal): -4126727 or 16320449. OLE color: 16320449.

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

Color convert

RGB 193 7 249 -
CMYK 0.22 0.97 0 0.02
HSL 286.12º 0.95% 0.5% -
HSV(B) 286.12º 0.97% 0.98% -
XYZ 39.17 18.33 91.1 -
YUV 90.2 217.62 201.32 -
System Red Green Blue C M Y K H S L
Decimal 193 7 249 0.22 0.97 0 0.02 286.12 0.95 0.5
Hex C1 7 F9 16 61 0 2 11E 5F 32
Octal 301 7 371 26 141 0 2 436 137 62
Binary 11000001 111 11111001 10110 1100001 0 10 100011110 1011111 110010

Color Harmonies of #C107F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C107F9

Black with #C107F9

Text Example


Text Example

White with #C107F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C107F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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