Html Css Color HEX #C405FB Electric Purple

📋 copy color: '#C405FB'

red 196 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #C405FB

Tints of Electric Purple #C405FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 43.36%
G = 1.11%
B = 55.53%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C405FB (or 0xC405FB) is known color: Electric Purple. HEX triplet: C4, 05 and FB. RGB value is (196,5,251). Sum of RGB (Red+Green+Blue) = 196+5+251=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #C405FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C405FB is #3BFA04. Grayscale: #595959. Windows color (decimal): -3930629 or 16451012. OLE color: 16451012.

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

Color convert

RGB 196 5 251 -
CMYK 0.22 0.98 0 0.02
HSL 286.59º 0.97% 0.5% -
HSV(B) 286.59º 0.98% 0.98% -
XYZ 40.23 18.81 92.78 -
YUV 90.15 218.78 203.5 -
System Red Green Blue C M Y K H S L
Decimal 196 5 251 0.22 0.98 0 0.02 286.59 0.97 0.5
Hex C4 5 FB 16 62 0 2 11F 61 32
Octal 304 5 373 26 142 0 2 437 141 62
Binary 11000100 101 11111011 10110 1100010 0 10 100011111 1100001 110010

Color Harmonies of #C405FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405FB

Black with #C405FB

Text Example


Text Example

White with #C405FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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