Html Css Color HEX #C512EA Electric Purple

📋 copy color: '#C512EA'

red 197 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #C512EA

Tints of Electric Purple #C512EA

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

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

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

R = 43.88%
G = 4.01%
B = 52.12%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C512EA (or 0xC512EA) is known color: Electric Purple. HEX triplet: C5, 12 and EA. RGB value is (197,18,234). Sum of RGB (Red+Green+Blue) = 197+18+234=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C512EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512EA is #3AED15. Grayscale: #5F5F5F. Windows color (decimal): -3861782 or 15340229. OLE color: 15340229.

HSL color Cylindrical-coordinate representation of color #C512EA: hue angle of 289.72º 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 #C512EA is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 18 234 -
CMYK 0.16 0.92 0 0.08
HSL 289.72º 0.86% 0.49% -
HSV(B) 289.72º 0.92% 0.92% -
XYZ 38.09 18.24 79.36 -
YUV 96.15 205.8 199.94 -
System Red Green Blue C M Y K H S L
Decimal 197 18 234 0.16 0.92 0 0.08 289.72 0.86 0.49
Hex C5 12 EA 10 5C 0 8 122 56 31
Octal 305 22 352 20 134 0 10 442 126 61
Binary 11000101 10010 11101010 10000 1011100 0 1000 100100010 1010110 110001

Color Harmonies of #C512EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512EA

Black with #C512EA

Text Example


Text Example

White with #C512EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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