Html Css Color HEX #C019EA Electric Purple

📋 copy color: '#C019EA'

red 192 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #C019EA

Tints of Electric Purple #C019EA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

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

R = 42.57%
G = 5.54%
B = 51.88%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C019EA (or 0xC019EA) is known color: Electric Purple. HEX triplet: C0, 19 and EA. RGB value is (192,25,234). Sum of RGB (Red+Green+Blue) = 192+25+234=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #C019EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019EA is #3FE615. Grayscale: #626262. Windows color (decimal): -4187670 or 15342016. OLE color: 15342016.

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

Color convert

RGB 192 25 234 -
CMYK 0.18 0.89 0 0.08
HSL 287.94º 0.83% 0.51% -
HSV(B) 287.94º 0.89% 0.92% -
XYZ 36.94 17.84 79.34 -
YUV 98.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 192 25 234 0.18 0.89 0 0.08 287.94 0.83 0.51
Hex C0 19 EA 12 59 0 8 120 53 33
Octal 300 31 352 22 131 0 10 440 123 63
Binary 11000000 11001 11101010 10010 1011001 0 1000 100100000 1010011 110011

Color Harmonies of #C019EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019EA

Black with #C019EA

Text Example


Text Example

White with #C019EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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