Html Css Color HEX #C403FA Electric Purple

📋 copy color: '#C403FA'

red 196 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #C403FA

Tints of Electric Purple #C403FA

RGB

 RED value IS 196 (76.95% from 255) = 43.65%

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

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

R = 43.65%
G = 0.67%
B = 55.68%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C403FA (or 0xC403FA) is known color: Electric Purple. HEX triplet: C4, 03 and FA. RGB value is (196,3,250). Sum of RGB (Red+Green+Blue) = 196+3+250=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #C403FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FA is #3BFC05. Grayscale: #585858. Windows color (decimal): -3931142 or 16384964. OLE color: 16384964.

HSL color Cylindrical-coordinate representation of color #C403FA: hue angle of 286.88º 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 #C403FA is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 3 250 -
CMYK 0.22 0.99 0 0.02
HSL 286.88º 0.98% 0.5% -
HSV(B) 286.88º 0.99% 0.98% -
XYZ 40.05 18.7 91.94 -
YUV 88.87 218.94 204.42 -
System Red Green Blue C M Y K H S L
Decimal 196 3 250 0.22 0.99 0 0.02 286.88 0.98 0.5
Hex C4 3 FA 16 63 0 2 11F 62 32
Octal 304 3 372 26 143 0 2 437 142 62
Binary 11000100 11 11111010 10110 1100011 0 10 100011111 1100010 110010

Color Harmonies of #C403FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403FA

Black with #C403FA

Text Example


Text Example

White with #C403FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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