Html Css Color HEX #C019EC Electric Purple

📋 copy color: '#C019EC'

red 192 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #C019EC

Tints of Electric Purple #C019EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 42.38%
G = 5.52%
B = 52.1%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C019EC (or 0xC019EC) is known color: Electric Purple. HEX triplet: C0, 19 and EC. RGB value is (192,25,236). Sum of RGB (Red+Green+Blue) = 192+25+236=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C019EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019EC is #3FE613. Grayscale: #626262. Windows color (decimal): -4187668 or 15473088. OLE color: 15473088.

HSL color Cylindrical-coordinate representation of color #C019EC: hue angle of 287.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C019EC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 25 236 -
CMYK 0.19 0.89 0 0.07
HSL 287.49º 0.85% 0.51% -
HSV(B) 287.49º 0.89% 0.93% -
XYZ 37.23 17.96 80.86 -
YUV 98.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 192 25 236 0.19 0.89 0 0.07 287.49 0.85 0.51
Hex C0 19 EC 13 59 0 7 11F 55 33
Octal 300 31 354 23 131 0 7 437 125 63
Binary 11000000 11001 11101100 10011 1011001 0 111 100011111 1010101 110011

Color Harmonies of #C019EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019EC

Black with #C019EC

Text Example


Text Example

White with #C019EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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