Html Css Color HEX #C019FC Electric Purple

📋 copy color: '#C019FC'

red 192 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #C019FC

Tints of Electric Purple #C019FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 40.94%
G = 5.33%
B = 53.73%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C019FC (or 0xC019FC) is known color: Electric Purple. HEX triplet: C0, 19 and FC. RGB value is (192,25,252). Sum of RGB (Red+Green+Blue) = 192+25+252=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #C019FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FC is #3FE603. Grayscale: #646464. Windows color (decimal): -4187652 or 16521664. OLE color: 16521664.

HSL color Cylindrical-coordinate representation of color #C019FC: hue angle of 284.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019FC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 25 252 -
CMYK 0.24 0.90 0 0.01
HSL 284.14º 0.97% 0.54% -
HSV(B) 284.14º 0.9% 0.99% -
XYZ 39.66 18.93 93.66 -
YUV 100.81 213.33 193.04 -
System Red Green Blue C M Y K H S L
Decimal 192 25 252 0.24 0.90 0 0.01 284.14 0.97 0.54
Hex C0 19 FC 18 5A 0 1 11C 61 36
Octal 300 31 374 30 132 0 1 434 141 66
Binary 11000000 11001 11111100 11000 1011010 0 1 100011100 1100001 110110

Color Harmonies of #C019FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019FC

Black with #C019FC

Text Example


Text Example

White with #C019FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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