Html Css Color HEX #C012EA Electric Purple

📋 copy color: '#C012EA'

red 192 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #C012EA

Tints of Electric Purple #C012EA

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 43.24%
G = 4.05%
B = 52.7%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C012EA (or 0xC012EA) is known color: Electric Purple. HEX triplet: C0, 12 and EA. RGB value is (192,18,234). Sum of RGB (Red+Green+Blue) = 192+18+234=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #C012EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012EA is #3FED15. Grayscale: #5D5D5D. Windows color (decimal): -4189462 or 15340224. OLE color: 15340224.

HSL color Cylindrical-coordinate representation of color #C012EA: hue angle of 288.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012EA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 18 234 -
CMYK 0.18 0.92 0 0.08
HSL 288.33º 0.86% 0.49% -
HSV(B) 288.33º 0.92% 0.92% -
XYZ 36.81 17.58 79.3 -
YUV 94.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 192 18 234 0.18 0.92 0 0.08 288.33 0.86 0.49
Hex C0 12 EA 12 5C 0 8 120 56 31
Octal 300 22 352 22 134 0 10 440 126 61
Binary 11000000 10010 11101010 10010 1011100 0 1000 100100000 1010110 110001

Color Harmonies of #C012EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012EA

Black with #C012EA

Text Example


Text Example

White with #C012EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012EA; }

 p { color: rgb(192,18,234); }

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

background-color css

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

 a { background-color: rgb(192,18,234); }

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

border-color css

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

 span { border-color: rgb(192,18,234); }

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