Html Css Color HEX #C409FF Electric Purple

📋 copy color: '#C409FF'

red 196 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #C409FF

Tints of Electric Purple #C409FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.96%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 42.61%
G = 1.96%
B = 55.43%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C409FF (or 0xC409FF) is known color: Electric Purple. HEX triplet: C4, 09 and FF. RGB value is (196,9,255). Sum of RGB (Red+Green+Blue) = 196+9+255=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C409FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C409FF is #3BF600. Grayscale: #5C5C5C. Windows color (decimal): -3929601 or 16714180. OLE color: 16714180.

HSL color Cylindrical-coordinate representation of color #C409FF: hue angle of 285.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C409FF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 9 255 -
CMYK 0.23 0.96 0 0
HSL 285.61º 1% 0.52% -
HSV(B) 285.61º 0.96% 1% -
XYZ 40.91 19.15 96.15 -
YUV 92.96 219.45 201.5 -
System Red Green Blue C M Y K H S L
Decimal 196 9 255 0.23 0.96 0 0 285.61 1 0.52
Hex C4 9 FF 17 60 0 0 11E 64 34
Octal 304 11 377 27 140 0 0 436 144 64
Binary 11000100 1001 11111111 10111 1100000 0 0 100011110 1100100 110100

Color Harmonies of #C409FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C409FF

Black with #C409FF

Text Example


Text Example

White with #C409FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C409FF; }

 p { color: rgb(196,9,255); }

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

background-color css

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

 a { background-color: rgb(196,9,255); }

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

border-color css

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

 span { border-color: rgb(196,9,255); }

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