Html Css Color HEX #C102FA Electric Purple

📋 copy color: '#C102FA'

red 193 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #C102FA

Tints of Electric Purple #C102FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 43.37%
G = 0.45%
B = 56.18%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C102FA (or 0xC102FA) is known color: Electric Purple. HEX triplet: C1, 02 and FA. RGB value is (193,2,250). Sum of RGB (Red+Green+Blue) = 193+2+250=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #C102FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C102FA is #3EFD05. Grayscale: #565656. Windows color (decimal): -4128006 or 16384705. OLE color: 16384705.

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

Color convert

RGB 193 2 250 -
CMYK 0.23 0.99 0 0.02
HSL 286.21º 0.98% 0.49% -
HSV(B) 286.21º 0.99% 0.98% -
XYZ 39.27 18.28 91.9 -
YUV 87.38 219.78 203.33 -
System Red Green Blue C M Y K H S L
Decimal 193 2 250 0.23 0.99 0 0.02 286.21 0.98 0.49
Hex C1 2 FA 17 63 0 2 11E 62 31
Octal 301 2 372 27 143 0 2 436 142 61
Binary 11000001 10 11111010 10111 1100011 0 10 100011110 1100010 110001

Color Harmonies of #C102FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C102FA

Black with #C102FA

Text Example


Text Example

White with #C102FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C102FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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