Html Css Color HEX #C40CEF Electric Purple

📋 copy color: '#C40CEF'

red 196 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #C40CEF

Tints of Electric Purple #C40CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 43.85%
G = 2.68%
B = 53.47%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C40CEF (or 0xC40CEF) is known color: Electric Purple. HEX triplet: C4, 0C and EF. RGB value is (196,12,239). Sum of RGB (Red+Green+Blue) = 196+12+239=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C40CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CEF is #3BF310. Grayscale: #5C5C5C. Windows color (decimal): -3928849 or 15666372. OLE color: 15666372.

HSL color Cylindrical-coordinate representation of color #C40CEF: hue angle of 288.63º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CEF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 12 239 -
CMYK 0.18 0.95 0 0.06
HSL 288.63º 0.9% 0.49% -
HSV(B) 288.63º 0.95% 0.94% -
XYZ 38.48 18.23 83.15 -
YUV 92.89 210.46 201.54 -
System Red Green Blue C M Y K H S L
Decimal 196 12 239 0.18 0.95 0 0.06 288.63 0.9 0.49
Hex C4 C EF 12 5F 0 6 121 5A 31
Octal 304 14 357 22 137 0 6 441 132 61
Binary 11000100 1100 11101111 10010 1011111 0 110 100100001 1011010 110001

Color Harmonies of #C40CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CEF

Black with #C40CEF

Text Example


Text Example

White with #C40CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CEF; }

 p { color: rgb(196,12,239); }

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

background-color css

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

 a { background-color: rgb(196,12,239); }

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

border-color css

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

 span { border-color: rgb(196,12,239); }

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