Html Css Color HEX #C40DE9 Electric Purple

📋 copy color: '#C40DE9'

red 196 ◦ green 13 ◦ blue 233

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

Shades of Electric Purple #C40DE9

Tints of Electric Purple #C40DE9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.94%

 BLUE value IS 233 (91.41% from 255) = 52.71%

R = 44.34%
G = 2.94%
B = 52.71%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C40DE9 (or 0xC40DE9) is known color: Electric Purple. HEX triplet: C4, 0D and E9. RGB value is (196,13,233). Sum of RGB (Red+Green+Blue) = 196+13+233=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 233 (91.41% from 255 or 52.71% from 442); Max value from RGB is 233 - color contains mainly: blue. Hex color #C40DE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40DE9 is #3BF216. Grayscale: #5C5C5C. Windows color (decimal): -3928599 or 15273412. OLE color: 15273412.

HSL color Cylindrical-coordinate representation of color #C40DE9: hue angle of 289.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40DE9 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 13 233 -
CMYK 0.16 0.94 0 0.09
HSL 289.91º 0.89% 0.48% -
HSV(B) 289.91º 0.94% 0.91% -
XYZ 37.62 17.91 78.56 -
YUV 92.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 196 13 233 0.16 0.94 0 0.09 289.91 0.89 0.48
Hex C4 D E9 10 5E 0 9 122 59 30
Octal 304 15 351 20 136 0 11 442 131 60
Binary 11000100 1101 11101001 10000 1011110 0 1001 100100010 1011001 110000

Color Harmonies of #C40DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DE9

Black with #C40DE9

Text Example


Text Example

White with #C40DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DE9; }

 p { color: rgb(196,13,233); }

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

background-color css

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

 a { background-color: rgb(196,13,233); }

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

border-color css

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

 span { border-color: rgb(196,13,233); }

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