Html Css Color HEX #C019FF Electric Purple

📋 copy color: '#C019FF'

red 192 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #C019FF

Tints of Electric Purple #C019FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 40.68%
G = 5.3%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C019FF (or 0xC019FF) is known color: Electric Purple. HEX triplet: C0, 19 and FF. RGB value is (192,25,255). Sum of RGB (Red+Green+Blue) = 192+25+255=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C019FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019FF is #3FE600. Grayscale: #646464. Windows color (decimal): -4187649 or 16718272. OLE color: 16718272.

HSL color Cylindrical-coordinate representation of color #C019FF: hue angle of 283.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C019FF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 25 255 -
CMYK 0.25 0.90 0 0
HSL 283.57º 1% 0.55% -
HSV(B) 283.57º 0.9% 1% -
XYZ 40.14 19.12 96.18 -
YUV 101.15 214.83 192.8 -
System Red Green Blue C M Y K H S L
Decimal 192 25 255 0.25 0.90 0 0 283.57 1 0.55
Hex C0 19 FF 19 5A 0 0 11C 64 37
Octal 300 31 377 31 132 0 0 434 144 67
Binary 11000000 11001 11111111 11001 1011010 0 0 100011100 1100100 110111

Color Harmonies of #C019FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C019FF

Black with #C019FF

Text Example


Text Example

White with #C019FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C019FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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