Html Css Color HEX #C103FA Electric Purple

📋 copy color: '#C103FA'

red 193 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #C103FA

Tints of Electric Purple #C103FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 43.27%
G = 0.67%
B = 56.05%

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

#C103FA (or 0xC103FA) is known color: Electric Purple. HEX triplet: C1, 03 and FA. RGB value is (193,3,250). Sum of RGB (Red+Green+Blue) = 193+3+250=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #C103FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C103FA is #3EFC05. Grayscale: #575757. Windows color (decimal): -4127750 or 16384961. OLE color: 16384961.

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

Color convert

RGB 193 3 250 -
CMYK 0.23 0.99 0 0.02
HSL 286.15º 0.98% 0.5% -
HSV(B) 286.15º 0.99% 0.98% -
XYZ 39.28 18.3 91.91 -
YUV 87.97 219.45 202.92 -
System Red Green Blue C M Y K H S L
Decimal 193 3 250 0.23 0.99 0 0.02 286.15 0.98 0.5
Hex C1 3 FA 17 63 0 2 11E 62 32
Octal 301 3 372 27 143 0 2 436 142 62
Binary 11000001 11 11111010 10111 1100011 0 10 100011110 1100010 110010

Color Harmonies of #C103FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C103FA

Black with #C103FA

Text Example


Text Example

White with #C103FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C103FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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