Html Css Color HEX #C100FA Electric Purple

📋 copy color: '#C100FA'

red 193 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #C100FA

Tints of Electric Purple #C100FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 43.57%
G = 0%
B = 56.43%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C100FA (or 0xC100FA) is known color: Electric Purple. HEX triplet: C1, 00 and FA. RGB value is (193,0,250). Sum of RGB (Red+Green+Blue) = 193+0+250=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #C100FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FA is #3EFF05. Grayscale: #555555. Windows color (decimal): -4128518 or 16384193. OLE color: 16384193.

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

Color convert

RGB 193 0 250 -
CMYK 0.23 1 0 0.02
HSL 286.32º 1% 0.49% -
HSV(B) 286.32º 1% 0.98% -
XYZ 39.25 18.24 91.89 -
YUV 86.21 220.44 204.17 -
System Red Green Blue C M Y K H S L
Decimal 193 0 250 0.23 1 0 0.02 286.32 1 0.49
Hex C1 0 FA 17 64 0 2 11E 64 31
Octal 301 0 372 27 144 0 2 436 144 61
Binary 11000001 0 11111010 10111 1100100 0 10 100011110 1100100 110001

Color Harmonies of #C100FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100FA

Black with #C100FA

Text Example


Text Example

White with #C100FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100FA; }

 p { color: rgb(193,0,250); }

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

background-color css

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

 a { background-color: rgb(193,0,250); }

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

border-color css

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

 span { border-color: rgb(193,0,250); }

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