Html Css Color HEX #C403FB Electric Purple

📋 copy color: '#C403FB'

red 196 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #C403FB

Tints of Electric Purple #C403FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 43.56%
G = 0.67%
B = 55.78%

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

#C403FB (or 0xC403FB) is known color: Electric Purple. HEX triplet: C4, 03 and FB. RGB value is (196,3,251). Sum of RGB (Red+Green+Blue) = 196+3+251=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #C403FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C403FB is #3BFC04. Grayscale: #585858. Windows color (decimal): -3931141 or 16450500. OLE color: 16450500.

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

Color convert

RGB 196 3 251 -
CMYK 0.22 0.99 0 0.02
HSL 286.69º 0.98% 0.5% -
HSV(B) 286.69º 0.99% 0.98% -
XYZ 40.21 18.77 92.77 -
YUV 88.98 219.44 204.33 -
System Red Green Blue C M Y K H S L
Decimal 196 3 251 0.22 0.99 0 0.02 286.69 0.98 0.5
Hex C4 3 FB 16 63 0 2 11F 62 32
Octal 304 3 373 26 143 0 2 437 142 62
Binary 11000100 11 11111011 10110 1100011 0 10 100011111 1100010 110010

Color Harmonies of #C403FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403FB

Black with #C403FB

Text Example


Text Example

White with #C403FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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