Html Css Color HEX #C019E7 Electric Purple

📋 copy color: '#C019E7'

red 192 ◦ green 25 ◦ blue 231

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

Shades of Electric Purple #C019E7

Tints of Electric Purple #C019E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.56%

R = 42.86%
G = 5.58%
B = 51.56%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C019E7 (or 0xC019E7) is known color: Electric Purple. HEX triplet: C0, 19 and E7. RGB value is (192,25,231). Sum of RGB (Red+Green+Blue) = 192+25+231=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #C019E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019E7 is #3FE618. Grayscale: #616161. Windows color (decimal): -4187673 or 15145408. OLE color: 15145408.

HSL color Cylindrical-coordinate representation of color #C019E7: hue angle of 288.64º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C019E7 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 25 231 -
CMYK 0.17 0.89 0 0.09
HSL 288.64º 0.81% 0.5% -
HSV(B) 288.64º 0.89% 0.91% -
XYZ 36.51 17.67 77.09 -
YUV 98.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 192 25 231 0.17 0.89 0 0.09 288.64 0.81 0.5
Hex C0 19 E7 11 59 0 9 121 51 32
Octal 300 31 347 21 131 0 11 441 121 62
Binary 11000000 11001 11100111 10001 1011001 0 1001 100100001 1010001 110010

Color Harmonies of #C019E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019E7

Black with #C019E7

Text Example


Text Example

White with #C019E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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