Html Css Color HEX #C40CEA Electric Purple

📋 copy color: '#C40CEA'

red 196 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #C40CEA

Tints of Electric Purple #C40CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 44.34%
G = 2.71%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C40CEA (or 0xC40CEA) is known color: Electric Purple. HEX triplet: C4, 0C and EA. RGB value is (196,12,234). Sum of RGB (Red+Green+Blue) = 196+12+234=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #C40CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40CEA is #3BF315. Grayscale: #5B5B5B. Windows color (decimal): -3928854 or 15338692. OLE color: 15338692.

HSL color Cylindrical-coordinate representation of color #C40CEA: hue angle of 289.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40CEA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 12 234 -
CMYK 0.16 0.95 0 0.08
HSL 289.73º 0.9% 0.48% -
HSV(B) 289.73º 0.95% 0.92% -
XYZ 37.75 17.94 79.31 -
YUV 92.32 207.96 201.95 -
System Red Green Blue C M Y K H S L
Decimal 196 12 234 0.16 0.95 0 0.08 289.73 0.9 0.48
Hex C4 C EA 10 5F 0 8 122 5A 30
Octal 304 14 352 20 137 0 10 442 132 60
Binary 11000100 1100 11101010 10000 1011111 0 1000 100100010 1011010 110000

Color Harmonies of #C40CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CEA

Black with #C40CEA

Text Example


Text Example

White with #C40CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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