Html Css Color HEX #C019FA Electric Purple

📋 copy color: '#C019FA'

red 192 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #C019FA

Tints of Electric Purple #C019FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 41.11%
G = 5.35%
B = 53.53%

CMYK

 C value IS 0.23

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C019FA (or 0xC019FA) is known color: Electric Purple. HEX triplet: C0, 19 and FA. RGB value is (192,25,250). Sum of RGB (Red+Green+Blue) = 192+25+250=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C019FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FA is #3FE605. Grayscale: #636363. Windows color (decimal): -4187654 or 16390592. OLE color: 16390592.

HSL color Cylindrical-coordinate representation of color #C019FA: hue angle of 284.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019FA is Cyan = 0.23, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 25 250 -
CMYK 0.23 0.9 0 0.02
HSL 284.53º 0.96% 0.54% -
HSV(B) 284.53º 0.9% 0.98% -
XYZ 39.34 18.8 92 -
YUV 100.58 212.33 193.2 -
System Red Green Blue C M Y K H S L
Decimal 192 25 250 0.23 0.9 0 0.02 284.53 0.96 0.54
Hex C0 19 FA 17 5A 0 2 11D 60 36
Octal 300 31 372 27 132 0 2 435 140 66
Binary 11000000 11001 11111010 10111 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C019FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019FA

Black with #C019FA

Text Example


Text Example

White with #C019FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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