Html Css Color HEX #C029EF Electric Purple

📋 copy color: '#C029EF'

red 192 ◦ green 41 ◦ blue 239

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

Shades of Electric Purple #C029EF

Tints of Electric Purple #C029EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.69%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 40.68%
G = 8.69%
B = 50.64%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C029EF (or 0xC029EF) is known color: Electric Purple. HEX triplet: C0, 29 and EF. RGB value is (192,41,239). Sum of RGB (Red+Green+Blue) = 192+41+239=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #C029EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029EF is #3FD610. Grayscale: #6C6C6C. Windows color (decimal): -4183569 or 15673792. OLE color: 15673792.

HSL color Cylindrical-coordinate representation of color #C029EF: hue angle of 285.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C029EF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 41 239 -
CMYK 0.20 0.83 0 0.06
HSL 285.76º 0.86% 0.55% -
HSV(B) 285.76º 0.83% 0.94% -
XYZ 38.11 19.02 83.32 -
YUV 108.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 192 41 239 0.20 0.83 0 0.06 285.76 0.86 0.55
Hex C0 29 EF 14 53 0 6 11E 56 37
Octal 300 51 357 24 123 0 6 436 126 67
Binary 11000000 101001 11101111 10100 1010011 0 110 100011110 1010110 110111

Color Harmonies of #C029EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029EF

Black with #C029EF

Text Example


Text Example

White with #C029EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029EF; }

 p { color: rgb(192,41,239); }

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

background-color css

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

 a { background-color: rgb(192,41,239); }

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

border-color css

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

 span { border-color: rgb(192,41,239); }

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