Html Css Color HEX #C105F9 Electric Purple

📋 copy color: '#C105F9'

red 193 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #C105F9

Tints of Electric Purple #C105F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 43.18%
G = 1.12%
B = 55.7%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C105F9 (or 0xC105F9) is known color: Electric Purple. HEX triplet: C1, 05 and F9. RGB value is (193,5,249). Sum of RGB (Red+Green+Blue) = 193+5+249=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #C105F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105F9 is #3EFA06. Grayscale: #585858. Windows color (decimal): -4127239 or 16319937. OLE color: 16319937.

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

Color convert

RGB 193 5 249 -
CMYK 0.22 0.98 0 0.02
HSL 286.23º 0.96% 0.5% -
HSV(B) 286.23º 0.98% 0.98% -
XYZ 39.15 18.29 91.09 -
YUV 89.03 218.28 202.16 -
System Red Green Blue C M Y K H S L
Decimal 193 5 249 0.22 0.98 0 0.02 286.23 0.96 0.5
Hex C1 5 F9 16 62 0 2 11E 60 32
Octal 301 5 371 26 142 0 2 436 140 62
Binary 11000001 101 11111001 10110 1100010 0 10 100011110 1100000 110010

Color Harmonies of #C105F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C105F9

Black with #C105F9

Text Example


Text Example

White with #C105F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C105F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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